Skip to content
/ iac Public

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

Notifications You must be signed in to change notification settings

avelinapp/iac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published