File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
charts/factorio-server-charts/templates Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 60
60
chmod -vR 777 /factorio/configs
61
61
ls -alth /factorio
62
62
{{- with .Values.podSecurityContext }}
63
- podSecurityContext :
63
+ securityContext :
64
64
{{- toYaml . | nindent 12 }}
65
65
{{- end }}
66
66
volumeMounts :
91
91
mkdir -p /factorio/mods
92
92
bash /scripts/mod-downloader.sh
93
93
{{- with .Values.podSecurityContext }}
94
- podSecurityContext :
94
+ securityContext :
95
95
{{- toYaml . | nindent 12 }}
96
96
{{- end }}
97
97
volumeMounts :
@@ -114,7 +114,7 @@ spec:
114
114
- |
115
115
bash /scripts/save-importer.sh
116
116
{{- with .Values.podSecurityContext }}
117
- podSecurityContext :
117
+ securityContext :
118
118
{{- toYaml . | nindent 12 }}
119
119
{{- end }}
120
120
volumeMounts :
@@ -128,7 +128,7 @@ spec:
128
128
image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
129
129
imagePullPolicy : {{ .Values.image.pullPolicy }}
130
130
{{- with .Values.podSecurityContext }}
131
- podSecurityContext :
131
+ securityContext :
132
132
{{- toYaml . | nindent 10 }}
133
133
{{- end }}
134
134
livenessProbe :
@@ -214,7 +214,7 @@ spec:
214
214
image : " {{ .Values.port_fixer.image.repository }}:{{ .Values.port_fixer.image.tag }}"
215
215
imagePullPolicy : {{ .Values.port_fixer.image.pullPolicy }}
216
216
{{- with .Values.podSecurityContext }}
217
- podSecurityContext :
217
+ securityContext :
218
218
{{- toYaml . | nindent 10 }}
219
219
{{- end }}
220
220
command : ["/factorio-port-fixer"]
You can’t perform that action at this time.
0 commit comments