conjurdemos / kubernetes-conjur-demo

Demo application for Conjur Kubernetes integration
11 stars 14 forks source link

Eliminates duplicate CONJUR_OSS_HELM_RELEASE by using HELM_RELEASE #134

Closed diverdane closed 3 years ago

diverdane commented 3 years ago

The scripts currently require that the environment variable CONJUR_OSS_HELM_RELEASE be set. This environment variable is set in our CI test scripts, but typical users of these scripts would not be aware that this setting is required.

Fix is to (re)use the HELM_RELEASE environment variable (something that users are already aware of) in our CI.

Addresses Issue #133