-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
The version of the trino-taxi-data
demo on the main branch uses a faulty stack: superset.yaml
has a listenerClass
in the wrong location in the config file. This causes the installation of the demo to fail.
In the release branches, this issue is not present. I could install the demo by cloning the repository and checking out the release branch. This was the only way I could see to change release installs, as the demo install
command does not support changing the online release as far as I can tell.
I'd like to suggest updating the main branch version of the demo to remove this error.
Incorrect file on main
:
apiVersion: superset.stackable.tech/v1alpha1
kind: SupersetCluster
metadata:
name: superset
spec:
image:
productVersion: 4.1.2
clusterConfig:
credentialsSecret: superset-credentials
mapboxSecret: superset-mapbox-api-key
nodes:
config:
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Correct file on branch release-25.3
:
apiVersion: superset.stackable.tech/v1alpha1
kind: SupersetCluster
metadata:
name: superset
spec:
image:
productVersion: 4.1.1
clusterConfig:
listenerClass: external-unstable
credentialsSecret: superset-credentials
mapboxSecret: superset-mapbox-api-key
nodes:
roleGroups:
default:
replicas: 1
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Development: Done