Fix Valheim Location (#1847)

This commit is contained in:
Heavybullets8
2022-02-05 10:56:26 +01:00
committed by GitHub
parent 2fd25d836f
commit 9c83fd1487
10 changed files with 0 additions and 0 deletions
@@ -1,16 +0,0 @@
{{- include "common.setup" . }}
{{/* Append the hardcoded settings */}}
{{- define "valheim.hardcodedValues" -}}
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
{{- end -}}
{{- $_ := mergeOverwrite .Values (include "valheim.hardcodedValues" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}