Skip to content

Commit

Permalink
Update helm/teleport-kube-agent/templates/delete_hook.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Puru <5674762+tuladhar@users.noreply.github.com>
  • Loading branch information
ssyno and tuladhar committed Jun 18, 2024
1 parent 6e1c497 commit 6597076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/teleport-kube-agent/templates/delete_hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
fieldPath: metadata.namespace
- name: RELEASE_NAME
value: {{ .Release.Name }}
image: '{{ include "registry" . }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}'
image: '{{ include "registry" . }}/{{ .Values.image.repository }}:{{ include "teleport-kube-agent.version" . }}'
{{- if .Values.imagePullPolicy }}
imagePullPolicy: {{ toYaml .Values.imagePullPolicy }}
{{- end }}
Expand Down

0 comments on commit 6597076

Please sign in to comment.