Skip to content

Commit

Permalink
In conjur-oss-helm-chart the release name defaults to conjur-oss and …
Browse files Browse the repository at this point in the history
…with (#163)

that is the service name. Now in conjur-authn-k8s-client the release name
has a unique id that is passed into conjur-oss-helm-chart. This change will
keep the service name to conjur-oss reguardless of the release name.
  • Loading branch information
rpothier authored Aug 12, 2021
1 parent 2bf28f3 commit f3827dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/common/2_helm_install_or_upgrade_conjur.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ args+=("-n" "$CONJUR_NAMESPACE" \
if [[ "$PLATFORM" == "openshift" ]]; then
args+=("--set" "image.repository=$IMAGE_REPOSITORY" \
"--set" "image.tag=$IMAGE_TAG" \
"--set" "fullnameOverride=conjur-oss" \
"--set" "nginx.image.repository=$NGINX_REPOSITORY" \
"--set" "nginx.image.tag=$NGINX_TAG" \
"--set" "postgres.image.repository=$POSTGRES_REPOSITORY" \
Expand Down

0 comments on commit f3827dd

Please sign in to comment.