We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdaae7 commit 509e82fCopy full SHA for 509e82f
deployments/kai-scheduler/templates/crd-upgrader.yaml
@@ -18,6 +18,10 @@ spec:
18
- name: upgrader
19
image: "{{ .Values.global.registry }}/{{ .Values.crdupgrader.image.name }}:{{ .Chart.Version }}"
20
imagePullPolicy: {{ .Values.crdupgrader.image.pullPolicy }}
21
+ {{- if .Values.global.securityContext }}
22
+ securityContext:
23
+ {{- toYaml .Values.global.securityContext | nindent 10 }}
24
+ {{- end }}
25
restartPolicy: OnFailure
26
{{- if .Values.global.nodeSelector }}
27
nodeSelector:
0 commit comments