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 35dad01 commit fb1a9e4Copy full SHA for fb1a9e4
kubernetes/storage/velero/kustomization.yaml
@@ -0,0 +1,10 @@
1
+apiVersion: kustomize.config.k8s.io/v1beta1
2
+kind: Kustomization
3
+
4
+helmCharts:
5
+- repo: https://vmware-tanzu.github.io/helm-charts
6
+ name: velero
7
+ version: 8.3.0
8
+ includeCRDs: true
9
+ releaseName: velero
10
+ valuesFile: values.yaml
kubernetes/storage/velero/values.yaml
@@ -0,0 +1 @@
+deployNodeAgent: true
0 commit comments