Skip to content

Commit

Permalink
Make sorbet endpoint dynamic with the current zenko instance name
Browse files Browse the repository at this point in the history
Issue: ZENKO-4909
  • Loading branch information
williamlardier committed Sep 30, 2024
1 parent e1a6126 commit cbcaca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/end2end/configs/zenko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
e2e-cold:
# for mock DMF, we need to override the endpoint to use in-cluster service: otherwise it
# relies on external hostname (ok thanks to coredns patch), but TLS cert is not valid
s3-endpoint: http://end2end-internal-s3api.default.svc.cluster.local
s3-endpoint: http://${ZENKO_NAME}-internal-s3api.default.svc.cluster.local
debug: "true"
command-timeout: "60s"
pending-job-poll-after-age: "10s"
Expand Down

0 comments on commit cbcaca3

Please sign in to comment.