Created
March 22, 2020 19:37
-
-
Save onelittlenightmusic/e73ee57f1dda135e1e75010c3419946d to your computer and use it in GitHub Desktop.
OPA install.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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