Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions helm/operator/templates/minio.min.io_tenants.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Values.operator.installCRDs }}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -5754,3 +5755,4 @@ spec:
storage: true
subresources:
status: {}
{{ end }}
2 changes: 2 additions & 0 deletions helm/operator/templates/sts.min.io_policybindings.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Values.operator.installCRDs }}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -131,3 +132,4 @@ spec:
storage: true
subresources:
status: {}
{{ end }}
2 changes: 2 additions & 0 deletions helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ operator:
# pullPolicy: IfNotPresent
#
sidecarImage: {}
# Install custom resource definitions
installCRDs: true
###
#
# An array of Kubernetes secrets to use for pulling images from a private ``image.repository``.
Expand Down
Loading