Skip to content

Commit e29db33

Browse files
authored
tests: fix nightly test config after #2611 (#2614)
remove namespace from minio config to match settings
1 parent ef93c5a commit e29db33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/test/test-nightly-addons.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ storages:
2020
secret_key: "PASSW0RD"
2121
bucket_name: *local_bucket_name
2222

23-
endpoint_url: "http://local-minio.default:9000/"
23+
endpoint_url: "http://local-minio:9000/"
2424
is_default_primary: true
2525
access_endpoint_url: "/data/"
2626

@@ -30,7 +30,7 @@ storages:
3030
secret_key: "PASSW0RD"
3131
bucket_name: "replica-0"
3232

33-
endpoint_url: "http://local-minio.default:9000/"
33+
endpoint_url: "http://local-minio:9000/"
3434
is_default_replica: true
3535

3636

0 commit comments

Comments
 (0)