scale-catalog/system/cloudnative-pg/7.0.5/templates/common.yaml

10 lines
358 B
YAML
Raw Normal View History

2024-07-13 07:59:30 +00:00
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{- if or .Values.credentials .Values.credentialsList }}
{{- fail "Don't try to add credenatials to CloudNative-PG, add them to the individual charts using CloudNative-PG" }}
{{- end }}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}