From 744ecf79e8febdee06865dfd1b4c9a9c9b5dc3dc Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Sun, 8 Dec 2024 00:00:28 +0100 Subject: [PATCH] Added velero preparations --- .../create-new-cluster-guestbook/kindcluster.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml b/template/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml index 796b866..3abe324 100644 --- a/template/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml +++ b/template/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml @@ -15,6 +15,10 @@ spec: nodeRegistration: kubeletExtraArgs: node-labels: "ingress-ready=true" + # TODO: RIRE used maybe for velero backup + # extraMounts: + # - hostPath: /tmp/backup # replace with your own path + # containerPath: /backup providerConfigRef: name: kind-provider writeConnectionSecretToRef: