From 2f9109a9e4934d5bab1637b93010a37425faed99 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Sun, 6 Apr 2025 16:59:14 +0200 Subject: [PATCH] default --- velero/main.yaml | 1 + velero/src/values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/velero/main.yaml b/velero/main.yaml index 41a2efe..1cfd982 100644 --- a/velero/main.yaml +++ b/velero/main.yaml @@ -3662,6 +3662,7 @@ spec: credential: key: nas-s3 name: secret-s3 + default: true objectStorage: bucket: kubernetes provider: aws diff --git a/velero/src/values.yaml b/velero/src/values.yaml index 9ad822e..c85191a 100644 --- a/velero/src/values.yaml +++ b/velero/src/values.yaml @@ -329,7 +329,7 @@ configuration: # prefix is the directory under which all Velero data should be stored within the bucket. Optional. prefix: # default indicates this location is the default backup storage location. Optional. - default: + default: true # validationFrequency defines how frequently Velero should validate the object storage. Optional. validationFrequency: # accessMode determines if velero can write to this backup storage location. Optional.