Files
truecharts/charts/system/cloudnative-pg/templates/common.yaml
T
Kjeld Schouten c1b4808364 Update common.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 15:19:03 +02:00

10 lines
358 B
YAML

{{/* 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" . }}