2021-02-26 01:34:15 +00:00
|
|
|
--- charts-original/templates/admission-webhooks/job-patch/job-patchWebhook.yaml
|
|
|
|
+++ charts/templates/admission-webhooks/job-patch/job-patchWebhook.yaml
|
2022-04-26 02:34:15 +00:00
|
|
|
@@ -42,9 +42,7 @@
|
2021-05-07 19:43:34 +00:00
|
|
|
{{- end }}
|
2021-02-26 01:34:15 +00:00
|
|
|
containers:
|
|
|
|
- name: patch
|
2021-05-07 19:43:34 +00:00
|
|
|
- {{- with .Values.controller.admissionWebhooks.patch.image }}
|
2024-04-02 16:39:18 +00:00
|
|
|
- image: {{ if .repository }}{{ .repository }}{{ else }}{{ .registry }}/{{ .image }}{{ end }}:{{ .tag }}{{ if .digest }}@{{ .digest }}{{ end }}
|
2021-05-07 19:43:34 +00:00
|
|
|
- {{- end }}
|
2021-07-08 23:40:54 +00:00
|
|
|
+ image: "{{ template "system_default_registry" . }}{{ template "repository_or_registry_and_image" .Values.controller.admissionWebhooks.patch.image }}"
|
2021-05-07 19:43:34 +00:00
|
|
|
imagePullPolicy: {{ .Values.controller.admissionWebhooks.patch.image.pullPolicy }}
|
2021-02-26 01:34:15 +00:00
|
|
|
args:
|
2021-04-05 22:47:34 +00:00
|
|
|
- patch
|