File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ {{ if .Values.operator.installCRDs }}
1
2
---
2
3
apiVersion : apiextensions.k8s.io/v1
3
4
kind : CustomResourceDefinition
@@ -5754,3 +5755,4 @@ spec:
5754
5755
storage : true
5755
5756
subresources :
5756
5757
status : {}
5758
+ {{ end }}
Original file line number Diff line number Diff line change
1
+ {{ if .Values.operator.installCRDs }}
1
2
---
2
3
apiVersion : apiextensions.k8s.io/v1
3
4
kind : CustomResourceDefinition
@@ -131,3 +132,4 @@ spec:
131
132
storage : true
132
133
subresources :
133
134
status : {}
135
+ {{ end }}
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ operator:
75
75
# pullPolicy: IfNotPresent
76
76
#
77
77
sidecarImage : {}
78
+ # Install custom resource definitions
79
+ installCRDs : true
78
80
# ##
79
81
#
80
82
# An array of Kubernetes secrets to use for pulling images from a private ``image.repository``.
You can’t perform that action at this time.
0 commit comments