We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60303ad commit 47e0282Copy full SHA for 47e0282
helm/operator/templates/minio.min.io_tenants.yaml
@@ -1,3 +1,4 @@
1
+{{ if .Values.operator.installCRDs }}
2
---
3
apiVersion: apiextensions.k8s.io/v1
4
kind: CustomResourceDefinition
@@ -5754,3 +5755,4 @@ spec:
5754
5755
storage: true
5756
subresources:
5757
status: {}
5758
+{{ end }}
helm/operator/values.yaml
@@ -75,6 +75,8 @@ operator:
75
# pullPolicy: IfNotPresent
76
#
77
sidecarImage: {}
78
+ # Install custom resource definitions
79
+ installCRDs: true
80
###
81
82
# An array of Kubernetes secrets to use for pulling images from a private ``image.repository``.
0 commit comments