scale-catalog/system/volsync/1.0.8/templates/common.yaml
Julian Haseleu 5d1ab94342 cleanup
2024-07-14 21:54:53 +00:00

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