diff --git a/helm/inji-verify/templates/deployment.yaml b/helm/inji-verify/templates/deployment.yaml index 405249f9..46a641a7 100644 --- a/helm/inji-verify/templates/deployment.yaml +++ b/helm/inji-verify/templates/deployment.yaml @@ -104,8 +104,10 @@ spec: {{- end }} {{- end }} {{- if .Values.extraEnvVarsSecret }} + {{- range .Values.extraEnvVarsSecret }} - secretRef: - name: {{ include "common.tplvalues.render" (dict "value" .Values.extraEnvVarsSecret "context" $) }} + name: {{ . }} + {{- end }} {{- end }} volumeMounts: - name: nginx-config diff --git a/helm/inji-verify/values.yaml b/helm/inji-verify/values.yaml index 2128c2c8..2829b932 100755 --- a/helm/inji-verify/values.yaml +++ b/helm/inji-verify/values.yaml @@ -248,12 +248,12 @@ extraEnvVarsCM: - global - config-server-share - artifactory-share - #- softhsm-esignet-share - #- oidc-ui +# - softhsm-esignet-share +# - oidc-ui ## Secret with extra environment variables ## -extraEnvVarsSecret: +extraEnvVarsSecret: [] ## Extra volumes to add to the deployment ##