We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78de4e9 commit f6d88ecCopy full SHA for f6d88ec
.github/workflows/end2end.yaml
@@ -78,7 +78,7 @@ env:
78
ENABLE_RING_TESTS: "false"
79
RING_S3C_ACCESS_KEY: accessKey1
80
RING_S3C_SECRET_KEY: verySecretKey1
81
- RING_S3C_ENDPOINT: http://s3c.local:8000
+ RING_S3C_ENDPOINT: http://s3c-cloudserver.default.svc.cluster.local:8000
82
RING_S3C_BACKEND_SOURCE_LOCATION: rings3cbackendingestion
83
RING_S3C_INGESTION_SRC_BUCKET_NAME: ingestion-test-src-bucket-${{ github.run_id }}
84
# CTST end2end tests
0 commit comments