Skip to content

Commit f4b0a48

Browse files
gilesknapCopilot
andauthored
Apply spelling suggestions from coPilot code review
Co-authored-by: Copilot <[email protected]>
1 parent 5a6fd94 commit f4b0a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Charts/fastcs/templates/statefulset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
- name: {{ .name }}
7979
image: {{ .image }}
8080
imagePullPolicy: {{ $.Values.image.pullPolicy }}
81-
# a writeable place to have cwd
81+
# a writable place to have cwd
8282
workingDir: /epics/runtime
8383
env:
8484
- name: HOME
@@ -122,7 +122,7 @@ spec:
122122
- name: {{ .Chart.Name }}
123123
image: '{{ .Values.image.repository }}{{ ternary "-debug" "" .Values.editable }}:{{ .Values.image.tag }}'
124124
{{- with .Values.securityContext }}
125-
# a writeable place to have cwd
125+
# a writable place to have cwd
126126
workingDir: /epics/runtime
127127
env:
128128
- name: HOME

0 commit comments

Comments
 (0)