changes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 cluster’s subscription. (Azure only)
|
# The ID of the subscription containing the storage account, if different from the cluster’s subscription. (Azure only)
|
||||||
|
|||||||
Reference in New Issue
Block a user