fix(helm): don't render capsuleconfiguration if crds.exclusive is set (#1148)

Signed-off-by: Max Fedotov <m.a.fedotov@gmail.com>
This commit is contained in:
Max Fedotov
2024-08-01 17:54:50 +02:00
committed by GitHub
parent eb7a77a920
commit 8930090dc6

View File

@@ -1,3 +1,4 @@
{{- if not $.Values.crds.exclusive }}
apiVersion: capsule.clastix.io/v1beta2
kind: CapsuleConfiguration
metadata:
@@ -24,3 +25,4 @@ spec:
nodeMetadata:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}