Skip to content

Commit fb1a9e4

Browse files
committed
feat: install velero
1 parent 35dad01 commit fb1a9e4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
deployNodeAgent: true

0 commit comments

Comments
 (0)