Skip to content

Commit ae4e899

Browse files
author
James Rhoat
authored
Merge pull request #22 from Haloghen/bugfix/names
2 parents 2206658 + 7fe2a56 commit ae4e899

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

charts/factorio-server-charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/factorio-server-charts/ci/nodeport-values.yaml.disabled

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/factorio-server-charts/ci/rcon-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ service:
77

88
server_settings:
99
name: "ClusterIP Test"
10+
11+
serverPassword:
12+
game_password: 'CHANGEME'

charts/factorio-server-charts/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
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

0 commit comments

Comments
 (0)