We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b8bcd commit 2b573aeCopy full SHA for 2b573ae
pkg/cluster/k8sres_test.go
@@ -3863,12 +3863,12 @@ func TestGenerateLogicalBackupPodEnvVars(t *testing.T) {
3863
subTest: "logical backup with provider: s3",
3864
opConfig: config.Config{
3865
LogicalBackup: config.LogicalBackup{
3866
- LogicalBackupProvider: "s3",
3867
- LogicalBackupS3Bucket: dummyBucket,
3868
- LogicalBackupS3BucketPrefix: "spilo",
+ LogicalBackupProvider: "s3",
+ LogicalBackupS3Bucket: dummyBucket,
+ LogicalBackupS3BucketPrefix: "spilo",
3869
LogicalBackupFilenameDateFormat: "+%s",
3870
- LogicalBackupS3Region: "eu-central-1",
3871
- LogicalBackupS3RetentionTime: "1 month",
+ LogicalBackupS3Region: "eu-central-1",
+ LogicalBackupS3RetentionTime: "1 month",
3872
},
3873
3874
expectedValues: expectedLogicalBackupS3Bucket,
0 commit comments