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.