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 bdbc285 commit 7fcd2a6Copy full SHA for 7fcd2a6
1 file changed
helm/blueapi/templates/statefulset.yaml
@@ -83,6 +83,10 @@ spec:
83
{{- if .Values.initContainer.enabled }}
84
initContainers:
85
- name: setup-scratch
86
+ {{- with .Values.securityContext }}
87
+ securityContext:
88
+ {{- toYaml . | nindent 10 }}
89
+ {{- end }}
90
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
91
imagePullPolicy: {{ .Values.image.pullPolicy }}
92
resources:
0 commit comments