Skip to content

Commit

Permalink
Update secret to match
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer committed Sep 27, 2024
1 parent c8124bc commit 460daf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/blobstore/seaweedfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
name: seaweedfs-s3-secret
stringData:
admin_access_key_id: "seaweedfs"
admin_secret_access_key: "totallys3cure"
admin_secret_access_key: "tot4llys3cure"
seaweedfs_s3_config: |
{
"identities": [
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/blobstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ metadata:
namespace: {{ .Namespace }}
stringData:
admin_access_key_id: "seaweedfs"
admin_secret_access_key: "totallys3cure"
admin_secret_access_key: "tot4llys3cure"
seaweedfs_s3_config: |
{
"identities": [
Expand Down
2 changes: 1 addition & 1 deletion e2e/test_operator_backups/operator_backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ func init() {
}

var _ = BeforeSuite(func() {
factory = fixtures.CreateFactory(testOptions)
if factory.GetFDBVersionAsString() == "7.1.63" {
Skip("Skip backup tests with 7.1.63 as this version has a bug in the fdbbackup agent")
}

factory = fixtures.CreateFactory(testOptions)
fdbCluster = factory.CreateFdbCluster(
fixtures.DefaultClusterConfig(false),
factory.GetClusterOptions()...,
Expand Down

0 comments on commit 460daf1

Please sign in to comment.