Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 489 Bytes

File metadata and controls

17 lines (13 loc) · 489 Bytes

Install Operator Lifecycle Manager (OLM) onto the cluster using Homebrew:

https://sdk.operatorframework.io/docs/installation/#install-from-github-release

operator-sdk olm install

Create Doppler secret in /bootstrap/init:

kubectl create secret generic \
 doppler-service-token \
  --from-literal dopplerToken=$(doppler configs tokens create --project avelin --config prd doppler-auth-token --plain) \
  --dry-run=client \
  -o yaml > doppler-secret.yaml