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 104ab7b commit 73d3afcCopy full SHA for 73d3afc
charts/dragonfly-operator/templates/crds.yaml
@@ -1,8 +1,15 @@
1
+{{- if .Values.crds.install }}
2
apiVersion: apiextensions.k8s.io/v1
3
kind: CustomResourceDefinition
4
metadata:
5
annotations:
6
controller-gen.kubebuilder.io/version: v0.17.2
7
+ {{- if .Values.crds.keep }}
8
+ "helm.sh/resource-policy": keep
9
+ {{- end }}
10
+ {{- with .Values.crds.annotations }}
11
+ {{- toYaml . | nindent 4 }}
12
13
name: dragonflies.dragonflydb.io
14
spec:
15
group: dragonflydb.io
@@ -7055,3 +7062,4 @@ spec:
7055
7062
storage: true
7056
7063
subresources:
7057
7064
status: {}
7065
+{{- end }}
0 commit comments