campaign-orchestrator

Helm Charts

This GitHub Pages site hosts Helm charts published from the campaign-orchestrator repository.

Usage

Helm must be installed first.

Add the chart repository:

helm repo add intersect-campaign-orchestrator https://intersect-sdk.github.io/campaign-orchestrator

If you already added it before, refresh chart metadata:

helm repo update

List available charts:

helm search repo intersect-campaign-orchestrator

Available Charts

Install

helm install campaign-orchestrator intersect-campaign-orchestrator/campaign-orchestrator \
  --namespace intersect \
  --create-namespace \
  --set app.apiKey.hardcoded=<min-32-char-api-key> \
  --set broker.password.hardcoded=<broker-password>

Upgrade

helm upgrade campaign-orchestrator intersect-campaign-orchestrator/campaign-orchestrator \
  --namespace intersect \
  --set app.apiKey.hardcoded=<min-32-char-api-key> \
  --set broker.password.hardcoded=<broker-password>

Uninstall

helm uninstall campaign-orchestrator --namespace intersect