Skip to content

Commit d2e31a3

Browse files
authored
fix(stack/trino-superset-s3: Update listenerClass in CRs (#246)
1 parent 1b899f1 commit d2e31a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

stacks/trino-superset-s3/superset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
credentialsSecret: superset-credentials
1111
mapboxSecret: superset-mapbox-api-key
1212
nodes:
13-
config:
13+
roleConfig:
1414
listenerClass: external-unstable
1515
roleGroups:
1616
default:

stacks/trino-superset-s3/trino.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ spec:
77
image:
88
productVersion: "476"
99
clusterConfig:
10-
listenerClass: external-unstable
1110
catalogLabelSelector:
1211
matchLabels:
1312
trino: trino
@@ -18,6 +17,8 @@ spec:
1817
configMapName: opa
1918
package: trino
2019
coordinators:
20+
roleConfig:
21+
listenerClass: external-unstable
2122
roleGroups:
2223
default:
2324
replicas: 1

0 commit comments

Comments
 (0)