mirror of https://git.rancher.io/rke2-charts
12 lines
515 B
Diff
12 lines
515 B
Diff
--- charts-original/templates/cilium-preflight/deployment.yaml
|
|
+++ charts/templates/cilium-preflight/deployment.yaml
|
|
@@ -37,7 +37,7 @@
|
|
{{- end }}
|
|
containers:
|
|
- name: cnp-validator
|
|
- image: {{ include "cilium.image" .Values.preflight.image | quote }}
|
|
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.preflight.image }}"
|
|
imagePullPolicy: {{ .Values.preflight.image.pullPolicy }}
|
|
command: ["/bin/sh"]
|
|
args:
|