Skip to content

Commit de2184d

Browse files
committed
Fix zero-test argo endpoint
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent 3132389 commit de2184d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/overlays/zero-test/configmaps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ data:
7878
s3:
7979
bucket: "thoth"
8080
keyPrefix: "data/zero-test/argo/artifacts/"
81-
endpoint: "s3.upshift.redhat.com"
81+
endpoint: "s3.openshift-storage.svc.cluster.local"
8282
insecure: true
8383
accessKeySecret:
8484
name: argo-artifact-repository-secrets

0 commit comments

Comments
 (0)