cyberark / conjur-oss-helm-chart

Helm chart for deploying Conjur OSS to Kubernetes
Apache License 2.0
27 stars 23 forks source link

Documentation includes instructions for using `helm upgrade` to update environment variables #75

Closed izgeri closed 3 years ago

izgeri commented 3 years ago

GIVEN I have deployed Conjur OSS using the helm chart AND I want to add or modify an environment variable in the Conjur container THEN when I come to the helm chart README, there are clear instructions for modifying the Conjur environment variables AND to modify the Conjur environment variables, I don't have to tear down my existing deployment and start a new one from scratch

diverdane commented 3 years ago

This has been addressed with PR #79 "Add logLevel for Conjur container". The logLevel is used as an example as to how to use helm upgrade ... to modify Conjur container/pod environment variables.