Files
truecharts/charts/stable/statping-ng/templates/common.yaml
T
Stavros KoisandGitHub 4aedb8eb1b feat(statping-ng): remove duplicate app and switch current to a maint… (#6523)
* feat(statping-ng): remove duplicate app and switch current to a maintained project

* add q

* update Q

* fix

* port
2023-01-19 11:08:00 +02:00

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