File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ stacks:
305305 - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-superset-s3/hive-metastore.yaml
306306 - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-superset-s3/trino.yaml
307307 - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-superset-s3/superset.yaml
308- supportedNamespaces : []
308+ supportedNamespaces : [default] # until namespace can be templates, the minio FQDN hard-codes the namespace
309309 resourceRequests :
310310 cpu : 6800m
311311 memory : 15822Mi
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: S3Connection
44metadata :
55 name : minio
66spec :
7- host : minio
7+ host : minio.default.svc.cluster.local
88 port : 9000
99 accessStyle : Path
1010 credentials :
You can’t perform that action at this time.
0 commit comments