diff --git a/velero/main.yaml b/velero/main.yaml index 51f71e8..69b62dc 100644 --- a/velero/main.yaml +++ b/velero/main.yaml @@ -3651,12 +3651,12 @@ spec: config: region: nas s3ForcePathStyle: "true" - s3Url: http://192.168.10.1:9000 + s3Url: http://192.168.10.1:9001 credential: key: d3r_pansen name: admin objectStorage: - bucket: null + bucket: kubernetes provider: aws --- apiVersion: velero.io/v1 diff --git a/velero/src/values.yaml b/velero/src/values.yaml index 0a51813..8af8f74 100644 --- a/velero/src/values.yaml +++ b/velero/src/values.yaml @@ -323,7 +323,7 @@ configuration: # provider is the name for the backup storage location provider. provider: aws # bucket is the name of the bucket to store backups in. Required. - bucket: + bucket: kubernetes # caCert defines a base64 encoded CA bundle to use when verifying TLS connections to the provider. Optional. caCert: # prefix is the directory under which all Velero data should be stored within the bucket. Optional. @@ -345,7 +345,7 @@ configuration: config: region: nas s3ForcePathStyle: true - s3Url: http://192.168.10.1:9000 + s3Url: http://192.168.10.1:9001 # kmsKeyId: # resourceGroup: # The ID of the subscription containing the storage account, if different from the cluster’s subscription. (Azure only)