Skip to content

Commit

Permalink
Merge pull request #89 from jsknnr/dev
Browse files Browse the repository at this point in the history
fixed password secret in helm chart and changed default version to latest
  • Loading branch information
jsknnr authored Nov 26, 2024
2 parents fdaf2b1 + 0e647b4 commit 5e77cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/templates/password-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ metadata:
heritage: "{{ .Release.Service }}"
type: Opaque
stringData:
serverPassword: {{ .Values.serverPassword | default (randAlphaNum 10) | quote }}
serverPassword: {{ .Values.config.serverPassword | default (randAlphaNum 10) | quote }}
{{- end }}
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: sknnr/enshrouded-dedicated-server
tag: v2.0.5
tag: latest

service:
type: LoadBalancer
Expand Down

0 comments on commit 5e77cd9

Please sign in to comment.