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: config:
region: nas region: nas
s3ForcePathStyle: "true" s3ForcePathStyle: "true"
s3Url: http://192.168.10.1:9000 s3Url: http://192.168.10.1:9001
credential: credential:
key: d3r_pansen key: d3r_pansen
name: admin name: admin
objectStorage: objectStorage:
bucket: null bucket: kubernetes
provider: aws provider: aws
--- ---
apiVersion: velero.io/v1 apiVersion: velero.io/v1

View File

@@ -323,7 +323,7 @@ configuration:
# provider is the name for the backup storage location provider. # provider is the name for the backup storage location provider.
provider: aws provider: aws
# bucket is the name of the bucket to store backups in. Required. # 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 defines a base64 encoded CA bundle to use when verifying TLS connections to the provider. Optional.
caCert: caCert:
# prefix is the directory under which all Velero data should be stored within the bucket. Optional. # prefix is the directory under which all Velero data should be stored within the bucket. Optional.
@@ -345,7 +345,7 @@ configuration:
config: config:
region: nas region: nas
s3ForcePathStyle: true s3ForcePathStyle: true
s3Url: http://192.168.10.1:9000 s3Url: http://192.168.10.1:9001
# kmsKeyId: # kmsKeyId:
# resourceGroup: # resourceGroup:
# The ID of the subscription containing the storage account, if different from the clusters subscription. (Azure only) # The ID of the subscription containing the storage account, if different from the clusters subscription. (Azure only)