{{- include "tc.common.loader.init" . }}
{{/* Append the hardcoded settings */}}
{{- define "valheim.hardcodedValues" -}}
probes:
liveness:
enabled: false
readiness:
startup:
{{- end -}}
{{- $_ := mergeOverwrite .Values (include "valheim.hardcodedValues" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}