Files
devops-infra-helm-charts-gcp/helm-templates/telegraf-operator/templates/tls.yml
T
2026-08-26 03:39:42 +05:30

4 lines
114 B
YAML

{{- if eq .Values.certManager.enable false -}}
{{ ( include "telegraf-operator.non_certmanager" . ) }}
{{- end }}