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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
{{- if .Values.manifests.customResourceDefinition }}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -68,4 +68,5 @@ spec:
type: object
type: object
served: true
storage: true
storage: true
{{- end -}}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
{{- if .Values.manifests.customResourceDefinition }}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -54,4 +54,5 @@ spec:
- spec
type: object
served: true
storage: true
storage: true
{{- end -}}
3 changes: 3 additions & 0 deletions packages/rke2-whereabouts/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ tolerations:

affinity: {}

manifests:
customResourceDefinition: true

cniConf:
confDir: /etc/cni/net.d
binDir: /opt/cni/bin
Expand Down
Loading