Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Infrastructure-as-Code (IaC) for Avelin's applications.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors