From 31c9bb270d2debd9c5c6008fe9ae1c0da75b74a2 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Sun, 29 Mar 2026 20:12:31 +1300 Subject: [PATCH] added kustomize to velero --- infrastructure/velero/kustomization.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 infrastructure/velero/kustomization.yaml diff --git a/infrastructure/velero/kustomization.yaml b/infrastructure/velero/kustomization.yaml new file mode 100644 index 0000000..e6e8894 --- /dev/null +++ b/infrastructure/velero/kustomization.yaml @@ -0,0 +1,6 @@ +piVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: +- namespace.yaml +- values.yaml +- helmrelease.yaml