fix velero secret

This commit is contained in:
Philip Haupt
2025-04-06 13:30:53 +02:00
parent c5ef18e4d4
commit 939f392c7d
2 changed files with 8 additions and 8 deletions

View File

@@ -3653,8 +3653,8 @@ spec:
s3ForcePathStyle: "true"
s3Url: http://192.168.10.1:9001
credential:
key: d3r_pansen
name: admin
key: nas-s3
name: secret-s3
objectStorage:
bucket: kubernetes
provider: aws
@@ -3673,6 +3673,6 @@ spec:
config:
region: nas
credential:
key: d3r_pansen
name: admin
key: nas-s3
name: secret-s3
provider: aws

View File

@@ -337,9 +337,9 @@ configuration:
accessMode: ReadWrite
credential:
# name of the secret used by this backupStorageLocation.
name: admin
name: secret-s3
# name of key that contains the secret data to be used.
key: d3r_pansen
key: nas-s3
# Additional provider-specific configuration. See link above
# for details of required/optional fields for your provider.
config:
@@ -371,9 +371,9 @@ configuration:
provider: aws
credential:
# name of the secret used by this volumeSnapshotLocation.
name: admin
name: secret-s3
# name of key that contains the secret data to be used.
key: d3r_pansen
key: nas-s3
# Additional provider-specific configuration. See link above
# for details of required/optional fields for your provider.
config: