mirror of https://git.rancher.io/rke2-charts
12 lines
539 B
Diff
12 lines
539 B
Diff
--- charts-original/templates/hubble-relay/deployment.yaml
|
|
+++ charts/templates/hubble-relay/deployment.yaml
|
|
@@ -57,7 +57,7 @@
|
|
securityContext:
|
|
{{- toYaml . | nindent 12 }}
|
|
{{- end }}
|
|
- image: {{ include "cilium.image" .Values.hubble.relay.image | quote }}
|
|
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.hubble.relay.image }}"
|
|
imagePullPolicy: {{ .Values.hubble.relay.image.pullPolicy }}
|
|
command:
|
|
- hubble-relay
|