TrueChartsCatalogClone/games/valheim/2.0.29/templates/common.yaml

17 lines
380 B
YAML

{{- 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" . }}