2022-11-30 15:04:48 +00:00
|
|
|
--- charts-original/templates/hubble-relay/deployment.yaml
|
|
|
|
+++ charts/templates/hubble-relay/deployment.yaml
|
2024-07-25 16:44:30 +00:00
|
|
|
@@ -57,7 +57,7 @@
|
2023-08-03 16:23:36 +00:00
|
|
|
securityContext:
|
|
|
|
{{- toYaml . | nindent 12 }}
|
|
|
|
{{- end }}
|
2022-11-30 15:04:48 +00:00
|
|
|
- image: {{ include "cilium.image" .Values.hubble.relay.image | quote }}
|
2022-12-09 14:22:51 +00:00
|
|
|
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.hubble.relay.image }}"
|
2022-11-30 15:04:48 +00:00
|
|
|
imagePullPolicy: {{ .Values.hubble.relay.image.pullPolicy }}
|
|
|
|
command:
|
|
|
|
- hubble-relay
|