Skip to content

Instantly share code, notes, and snippets.

@onelittlenightmusic
Created March 22, 2020 19:37
Show Gist options
  • Save onelittlenightmusic/e73ee57f1dda135e1e75010c3419946d to your computer and use it in GitHub Desktop.
Save onelittlenightmusic/e73ee57f1dda135e1e75010c3419946d to your computer and use it in GitHub Desktop.
OPA install.sh
kubectl create namespace opa
helm repo add stable https://kubernetes-charts.storage.googleapis.com
helm repo up
helm install opa stable/opa -f helm-values.yaml --namespace opa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment