mirror of https://git.rancher.io/rke2-charts
22 lines
863 B
Diff
22 lines
863 B
Diff
--- charts-original/templates/hubble-relay-deployment.yaml
|
|
+++ charts/templates/hubble-relay-deployment.yaml
|
|
@@ -28,9 +28,6 @@
|
|
{{- end }}
|
|
labels:
|
|
k8s-app: hubble-relay
|
|
-{{- with .Values.hubble.relay.podLabels }}
|
|
- {{- toYaml . | nindent 8 }}
|
|
-{{- end }}
|
|
spec:
|
|
affinity:
|
|
podAffinity:
|
|
@@ -48,7 +45,7 @@
|
|
{{- end }}
|
|
containers:
|
|
- name: hubble-relay
|
|
- image: "{{ .Values.hubble.relay.image.repository }}:{{ .Values.hubble.relay.image.tag }}{{ if .Values.hubble.relay.image.useDigest }}@{{ .Values.hubble.relay.image.digest }}{{ end }}"
|
|
+ image: {{ template "system_default_registry" . }}{{ .Values.hubble.relay.image.repository }}:{{ .Values.hubble.relay.image.tag }}
|
|
imagePullPolicy: {{ .Values.hubble.relay.image.pullPolicy }}
|
|
command:
|
|
- hubble-relay
|