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:
2020# This is the chart version. This version number should be incremented each time you make changes
2121# to the chart and its templates, including the app version.
2222# Versions are expected to follow Semantic Versioning (https://semver.org/)
23- version : 1.1.1
23+ version : 1.1.2
2424
2525# This is the version number of the application being deployed. This version number should be
2626# 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 77
88server_settings :
99 name : " ClusterIP Test"
10+
11+ serverPassword :
12+ game_password : ' CHANGEME'
Original file line number Diff line number Diff line change 7474 mountPath : /account
7575 {{- end }}
7676 {{- if or (.Values.serverPassword.game_password) (.Values.serverPassword.passwordSecret) }}
77- - name : gamePassword
77+ - name : game-password
7878 mountPath : /gamePassword
7979 {{- end }}
8080 {{- if .Values.mods.enabled }}
@@ -166,12 +166,12 @@ spec:
166166 {{- end }}
167167 {{- end }}
168168 {{- if or (.Values.serverPassword.game_password) (.Values.serverPassword.passwordSecret) }}
169- - name : gamePassword
169+ - name : game-password
170170 secret :
171171 {{- if .Values.serverPassword.passwordSecret }}
172172 secretName : {{ .Values.serverPassword.passwordSecret }}
173173 {{- else }}
174- secretName : {{ template "factorio-server-charts.fullname" . }}-account
174+ secretName : {{ template "factorio-server-charts.fullname" . }}-password
175175 {{- end }}
176176 {{- end }}
177177 - name : datadir
You can’t perform that action at this time.
0 commit comments