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 5a6fd94 commit f4b0a48Copy full SHA for f4b0a48
Charts/fastcs/templates/statefulset.yaml
@@ -78,7 +78,7 @@ spec:
78
- name: {{ .name }}
79
image: {{ .image }}
80
imagePullPolicy: {{ $.Values.image.pullPolicy }}
81
- # a writeable place to have cwd
+ # a writable place to have cwd
82
workingDir: /epics/runtime
83
env:
84
- name: HOME
@@ -122,7 +122,7 @@ spec:
122
- name: {{ .Chart.Name }}
123
image: '{{ .Values.image.repository }}{{ ternary "-debug" "" .Values.editable }}:{{ .Values.image.tag }}'
124
{{- with .Values.securityContext }}
125
126
127
128
0 commit comments