diff --git a/bin/test-workflow/7_app_deploy.sh b/bin/test-workflow/7_app_deploy.sh index 141fb22b..963e20f7 100755 --- a/bin/test-workflow/7_app_deploy.sh +++ b/bin/test-workflow/7_app_deploy.sh @@ -149,7 +149,7 @@ deploy_sidecar_app() { fi helm install sidecar-app . -n "$TEST_APP_NAMESPACE_NAME" --debug --wait \ - --set authn-k8s.enabled=true \ + --set app-summon-sidecar.enabled=true \ --set global.conjur.conjurConnConfigMap="conjur-connect-configmap" \ --set app-summon-sidecar.conjur.authnLogin="$CONJUR_AUTHN_LOGIN_PREFIX/test-app-summon-sidecar" popd > /dev/null diff --git a/helm/app-deploy/Chart.yaml b/helm/app-deploy/Chart.yaml index bc6a633c..793dadb4 100644 --- a/helm/app-deploy/Chart.yaml +++ b/helm/app-deploy/Chart.yaml @@ -19,4 +19,4 @@ dependencies: - name: app-summon-sidecar repository: "file://charts/app-summon-sidecar" version: ">= 0.0.1" - condition: authn-k8s.enabled + condition: app-summon-sidecar.enabled diff --git a/helm/app-deploy/values.yaml b/helm/app-deploy/values.yaml index 9ea8eb4f..38b3d244 100644 --- a/helm/app-deploy/values.yaml +++ b/helm/app-deploy/values.yaml @@ -13,7 +13,7 @@ global: # associated sample application container) will be deployed to the # same application Namespace. The default (app-summon-sidecar) is to enable only an authn-k8s # sidecar container. Uncomment authenticator types as desired. -authn-k8s: +app-summon-sidecar: enabled: true secretless-broker: