File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed
charts/factorio-server-charts Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ sources:
20
20
# This is the chart version. This version number should be incremented each time you make changes
21
21
# to the chart and its templates, including the app version.
22
22
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23
- version : 1.1.1
23
+ version : 1.1.2
24
24
25
25
# This is the version number of the application being deployed. This version number should be
26
26
# incremented each time you make changes to the application. Versions are not expected to
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
8
8
server_settings :
9
9
name : " ClusterIP Test"
10
+
11
+ serverPassword :
12
+ game_password : ' CHANGEME'
Original file line number Diff line number Diff line change 74
74
mountPath : /account
75
75
{{- end }}
76
76
{{- if or (.Values.serverPassword.game_password) (.Values.serverPassword.passwordSecret) }}
77
- - name : gamePassword
77
+ - name : game-password
78
78
mountPath : /gamePassword
79
79
{{- end }}
80
80
{{- if .Values.mods.enabled }}
@@ -166,12 +166,12 @@ spec:
166
166
{{- end }}
167
167
{{- end }}
168
168
{{- if or (.Values.serverPassword.game_password) (.Values.serverPassword.passwordSecret) }}
169
- - name : gamePassword
169
+ - name : game-password
170
170
secret :
171
171
{{- if .Values.serverPassword.passwordSecret }}
172
172
secretName : {{ .Values.serverPassword.passwordSecret }}
173
173
{{- else }}
174
- secretName : {{ template "factorio-server-charts.fullname" . }}-account
174
+ secretName : {{ template "factorio-server-charts.fullname" . }}-password
175
175
{{- end }}
176
176
{{- end }}
177
177
- name : datadir
You can’t perform that action at this time.
0 commit comments