mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-04-20 01:26:42 +00:00
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:
@@ -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 }}
|
||||
Reference in New Issue
Block a user