rancher-charts/packages/ui-plugin-operator/generated-changes/patch/templates/deployment.yaml.patch

12 lines
579 B
Diff

--- charts-original/templates/deployment.yaml
+++ charts/templates/deployment.yaml
@@ -37,7 +37,7 @@
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
+ image: "{{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http