Files
truecharts/charts/stable/valheim/templates/common.yaml
T
Kjeld Schouten-LebbingandGitHub 5529c2a3af refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00

17 lines
395 B
YAML

{{- include "tc.common.loader.init" . }}
{{/* 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 "tc.common.loader.apply" . }}