mirror of https://git.rancher.io/rke2-charts
12 lines
560 B
Diff
12 lines
560 B
Diff
--- charts-original/templates/deployment-autoscaler.yaml
|
|
+++ charts/templates/deployment-autoscaler.yaml
|
|
@@ -66,7 +66,7 @@
|
|
{{- end }}
|
|
containers:
|
|
- name: autoscaler
|
|
- image: "{{ .Values.autoscaler.image.repository }}:{{ .Values.autoscaler.image.tag }}"
|
|
+ image: {{ template "system_default_registry" . }}{{ .Values.autoscaler.image.repository }}:{{ .Values.autoscaler.image.tag }}
|
|
imagePullPolicy: {{ .Values.autoscaler.image.pullPolicy }}
|
|
resources:
|
|
{{ toYaml .Values.autoscaler.resources | indent 10 }}
|