TrueChartsClone/charts/stable/statping-ng/templates/common.yaml

11 lines
313 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render config */}}
{{- include "statping.config" . }}
{{- include "statping.servicemonitor" . -}}
{{- include "statping.prometheusrule" . -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}