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.
2 parents 7017b63 + 2064b74 commit 94924f7Copy full SHA for 94924f7
charts/vault-operator/templates/crds.yaml
@@ -1,3 +1,4 @@
1
+{{- if .Values.deployCRDs }}
2
# Generated by 'make manifests'
3
apiVersion: apiextensions.k8s.io/v1
4
kind: CustomResourceDefinition
@@ -238,3 +239,4 @@ status:
238
239
plural: ""
240
conditions: []
241
storedVersions: []
242
+{{- end }}
charts/vault-operator/values.yaml
@@ -2,6 +2,8 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
5
+deployCRDs: false
6
+
7
replicaCount: 1
8
9
image:
0 commit comments