Skip to content

Commit

Permalink
Adding new image.tag param webhook-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maguie authored Aug 30, 2024
1 parent 4ff34fc commit 8eb7653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
value: "debug"
{{- end }}
- name: VAULT_ENV_IMAGE
value: "{{ .Values.vaultEnv.repository }}:{{ include "vault-secrets-webhook.bank-vaults.version" . }}"
value: "{{ .Values.vaultEnv.repository }}:{{ .Values.vaultEnv.image.tag }}"
{{- range $key, $value := .Values.env }}
- name: {{ $key }}
value: {{ $value | quote }}
Expand Down

0 comments on commit 8eb7653

Please sign in to comment.