Update common.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2024-05-19 15:13:36 +02:00 committed by GitHub
parent cd22d7797f
commit ed245346e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
{{/* 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 VolSync, add them to the individual charts using VolSync" }}
{{- end }}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}