Skip to content

Commit

Permalink
fix(helm): don't render capsuleconfiguration if crds.exclusive is set
Browse files Browse the repository at this point in the history
Signed-off-by: Max Fedotov <[email protected]>
  • Loading branch information
MaxFedotov committed Aug 1, 2024
1 parent 9af5913 commit 6b38fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/capsule/templates/configuration-default.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if not $.Values.crds.exclusive }}
apiVersion: capsule.clastix.io/v1beta2
kind: CapsuleConfiguration
metadata:
Expand All @@ -24,3 +25,4 @@ spec:
nodeMetadata:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit 6b38fec

Please sign in to comment.