mirror of https://git.rancher.io/charts
24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
--- charts-original/templates/controller-deployment.yaml
|
|
+++ charts/templates/controller-deployment.yaml
|
|
@@ -56,19 +56,7 @@
|
|
serviceAccount: {{ .Values.serviceAccount }}
|
|
containers:
|
|
- name: neuvector-controller-pod
|
|
- {{- if eq .Values.registry "registry.neuvector.com" }}
|
|
- {{- if .Values.oem }}
|
|
- image: "{{ .Values.registry }}/{{ .Values.oem }}/controller:{{ .Values.tag }}"
|
|
- {{- else }}
|
|
- image: "{{ .Values.registry }}/controller:{{ .Values.tag }}"
|
|
- {{- end }}
|
|
- {{- else }}
|
|
- {{- if .Values.controller.image.hash }}
|
|
- image: "{{ .Values.registry }}/{{ .Values.controller.image.repository }}@{{ .Values.controller.image.hash }}"
|
|
- {{- else }}
|
|
- image: "{{ .Values.registry }}/{{ .Values.controller.image.repository }}:{{ .Values.tag }}"
|
|
- {{- end }}
|
|
- {{- end }}
|
|
+ image: {{ template "system_default_registry" . }}{{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag }}
|
|
securityContext:
|
|
privileged: true
|
|
resources:
|