Skip to main content
Skip table of contents

LinkedIn Connector deployment using Helm

Requirements

 

Deployment

Add the Expertflow Helm charts repository.

CODE
helm repo add expertflow https://expertflow.github.io/charts

Update the charts repository

CODE
helm repo update expertflow

Clone linkdin-connector Repository

CODE
git clone -b CX-4.7_f-CIM-28007 https://efcx:RecRpsuH34yqp56YRFUb@gitlab.expertflow.com/cim/cim-solution.git  CX-4.7_f-CIM-28007
CODE
cd CX-4.7_f-CIM-27739/kubernetes/

Apply Image Pull secret

  1. Run the following commands for applying ImagePullSecrets of ef-cti namespace.

CODE
kubectl apply -f pre-deployment/registryCredits/ef-imagePullSecret-ef-cti.yaml

CX Channels

Customize the deployment by fetching the values.yaml file and edit it as per requirements.

CODE
vi helm/Channels/values.yaml

Edit/update the values file with

CODE
global:
  ingressRouter: <DEFAULT-FQDN>

Deploy the Channels helm chart by

CODE
helm upgrade --install --namespace expertflow  --set global.efCxReleaseName="ef-cx"   --debug   cx-channels --values  helm-values/cx-channels-custom-values.yaml  helm/Channels
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.