forseti-security / helm-charts

Apache License 2.0
8 stars 11 forks source link

Add `--namespace MY_NAMESPACE` to helm docs #48

Closed hshin-g closed 4 years ago

hshin-g commented 4 years ago

Add --namespace MY_NAMESPACE to helm docs to make configuring namespace more explicit.

E.g.

helm template --set production=true \
              --set-string serverConfigContents="$(gsutil cat gs://[SERVER_BUCKET]/configs/forseti_conf_server.yaml | base64 -)" \
              --values=forseti-values.yaml \
              --namespace MY_NAMESPACE \
              forseti-security-[VERSION].tgz | kubectl apply -f -
pdutch commented 4 years ago

Hi, at the same time, probably a good idea to update the: --set-string serverConfigContents= to --set-string server.config.contents=