This commit is contained in:
Philip Haupt
2025-04-06 03:31:41 +02:00
parent 3b0632cf65
commit c5ef18e4d4
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 clusters subscription. (Azure only)