Files
catalog/stable/statping/10.0.16/templates/common.yaml
TrueCharts-Bot 60006f0000 Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-07 21:08:46 +00:00

13 lines
411 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Append the hardcoded settings */}}
{{- define "statping.hardcodedValues" -}}
env:
VIRTUAL_PORT: {{ .Values.service.main.ports.main.port }}
{{- end -}}
{{- $_ := mergeOverwrite .Values (include "statping.hardcodedValues" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}