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 b87a76f commit 79f79bfCopy full SHA for 79f79bf
1 file changed
tests/templates/kuttl/iceberg-rest/README.md
@@ -15,11 +15,11 @@ index eb64241..6ead26e 100644
15
},
16
"properties": {
17
"Authentication Strategy": "BASIC_CREDENTIALS",
18
-- "Endpoint Override URL": "https://minio.kuttl-test-dear-bug.svc.cluster.local:9000",
+- "Endpoint URL": "https://minio.kuttl-test-dear-bug.svc.cluster.local:9000",
19
+ "Access Key ID": "admin",
20
+ "Secret Access Key": "adminadmin",
21
-+ "Endpoint Override URL": "https://minio.${NAMESPACE}.svc.cluster.local:9000",
22
- "Use Path Style Access": "true",
++ "Endpoint URL": "https://minio.${NAMESPACE}.svc.cluster.local:9000",
+ "Path Style Access": "true",
23
"Client Region": "us-east1"
24
25
```
0 commit comments