File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ stacks:
305
305
- plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-superset-s3/hive-metastore.yaml
306
306
- plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-superset-s3/trino.yaml
307
307
- 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
309
309
resourceRequests :
310
310
cpu : 6800m
311
311
memory : 15822Mi
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: S3Connection
4
4
metadata :
5
5
name : minio
6
6
spec :
7
- host : minio
7
+ host : minio.default.svc.cluster.local
8
8
port : 9000
9
9
accessStyle : Path
10
10
credentials :
You can’t perform that action at this time.
0 commit comments