mirror of https://git.rancher.io/rke2-charts
12 lines
645 B
Diff
12 lines
645 B
Diff
--- charts-original/templates/admission-webhooks/job-patch/job-createSecret.yaml
|
|
+++ charts/templates/admission-webhooks/job-patch/job-createSecret.yaml
|
|
@@ -33,7 +33,7 @@
|
|
containers:
|
|
- name: create
|
|
{{- with .Values.controller.admissionWebhooks.patch.image }}
|
|
- image: "{{.repository}}:{{ .tag }}{{- if (.digest) -}} @{{.digest}} {{- end -}}"
|
|
+ image: "{{ template "system_default_registry" . }}{{.repository}}:{{ .tag }}{{- if (.digest) -}} @{{.digest}} {{- end -}}"
|
|
{{- end }}
|
|
imagePullPolicy: {{ .Values.controller.admissionWebhooks.patch.image.pullPolicy }}
|
|
args:
|