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.
2 parents 55e5290 + f443d13 commit d3bb180Copy full SHA for d3bb180
misc/python/materialize/cli/orchestratord.py
@@ -31,9 +31,7 @@
31
)
32
DEFAULT_MINIO = "s3://minio:minio123@persist/persist?endpoint=http%3A%2F%2Fminio.materialize.svc.cluster.local%3A9000®ion=minio"
33
34
-IMAGE_REGISTRY = (
35
- "ghcr.io/materializeinc" if ui.env_is_truthy("CI") else "materialize",
36
-)
+IMAGE_REGISTRY = "ghcr.io/materializeinc" if ui.env_is_truthy("CI") else "materialize"
37
38
39
def main():
@@ -267,7 +265,7 @@ def root_psql(cmd: str):
267
265
else:
268
266
license_key_args = {}
269
environment_id_args = {
270
- "environment_id": environment_id,
+ "environmentId": environment_id,
271
}
272
273
backend_secret_name = f"materialize-backend-{environment_id}"
0 commit comments