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" s3ForcePathStyle: "true"
s3Url: http://192.168.10.1:9001 s3Url: http://192.168.10.1:9001
credential: credential:
key: d3r_pansen key: nas-s3
name: admin name: secret-s3
objectStorage: objectStorage:
bucket: kubernetes bucket: kubernetes
provider: aws provider: aws
@@ -3673,6 +3673,6 @@ spec:
config: config:
region: nas region: nas
credential: credential:
key: d3r_pansen key: nas-s3
name: admin name: secret-s3
provider: aws provider: aws

View File

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