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 cf733c9 commit 5a6fd94Copy full SHA for 5a6fd94
Charts/fastcs/templates/statefulset.yaml
@@ -122,6 +122,19 @@ spec:
122
- name: {{ .Chart.Name }}
123
image: '{{ .Values.image.repository }}{{ ternary "-debug" "" .Values.editable }}:{{ .Values.image.tag }}'
124
{{- with .Values.securityContext }}
125
+ # a writeable place to have cwd
126
+ workingDir: /epics/runtime
127
+ env:
128
+ - name: HOME
129
+ value: /epics/runtime
130
+ - name: TERM
131
+ value: xterm-256color
132
+ {{- with $.Values.globalEnv }}
133
+ {{- toYaml . | nindent 12}}
134
+ {{- end }}
135
+ {{- with $.Values.iocEnv }}
136
137
138
securityContext:
139
{{- toYaml . | nindent 12 }}
140
{{- end }}
0 commit comments