rke2-charts/packages/rke2-snapshot-controller/generated-changes/patch/templates/deployment_validation_webho...

12 lines
733 B
Diff

--- charts-original/templates/deployment_validation_webhook.yaml
+++ charts/templates/deployment_validation_webhook.yaml
@@ -37,7 +37,7 @@
- name: {{ include "snapshot-validation-webhook.name" . }}
securityContext:
{{- toYaml .Values.webhook.securityContext | nindent 12 }}
- image: "{{ .Values.webhook.image.repository }}:{{ .Values.webhook.image.tag | default .Chart.AppVersion }}"
+ image: "{{ template "system_default_registry" . }}{{ .Values.webhook.image.repository }}:{{ .Values.webhook.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.webhook.image.pullPolicy }}
args:
{{- range $flag, $val := .Values.webhook.args }}