Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified demos/data-lakehouse-iceberg-trino-spark/superset-assets.zip
Binary file not shown.
Binary file modified demos/nifi-kafka-druid-earthquake-data/superset-assets.zip
Binary file not shown.
Binary file modified demos/nifi-kafka-druid-water-level-data/superset-assets.zip
Binary file not shown.
9 changes: 0 additions & 9 deletions stacks/end-to-end-security/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ spec:
productVersion: 6.0.0
clusterConfig:
credentialsSecret: superset-credentials
mapboxSecret: superset-mapbox-api-key
authentication:
- authenticationClass: keycloak
oidc:
Expand Down Expand Up @@ -52,11 +51,3 @@ metadata:
stringData:
clientId: superset
clientSecret: "{{ keycloakSupersetClientSecret }}"
---
apiVersion: v1
kind: Secret
metadata:
name: superset-mapbox-api-key
type: Opaque
stringData:
connections.mapboxApiKey: "pk.eyJ1IjoibXVlbGxlcmNlbGluZSIsImEiOiJjbDZwM3llMTAwNGpmM2psdHU0Y21wZHJwIn0.kXFJKBbeyhbwf0z460JcTQ"
9 changes: 0 additions & 9 deletions stacks/nifi-kafka-druid-superset-s3/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ spec:
productVersion: 6.0.0
clusterConfig:
credentialsSecret: superset-credentials
mapboxSecret: superset-mapbox-api-key
nodes:
roleConfig:
listenerClass: external-stable
Expand All @@ -30,14 +29,6 @@ stringData:
connections.secretKey: {{ supersetSecretKey }}
connections.sqlalchemyDatabaseUri: postgresql://superset:superset@postgresql-superset/superset
---
apiVersion: v1
kind: Secret
metadata:
name: superset-mapbox-api-key
type: Opaque
stringData:
connections.mapboxApiKey: "pk.eyJ1IjoibXVlbGxlcmNlbGluZSIsImEiOiJjbDZwM3llMTAwNGpmM2psdHU0Y21wZHJwIn0.kXFJKBbeyhbwf0z460JcTQ"
---
apiVersion: superset.stackable.tech/v1alpha1
kind: DruidConnection
metadata:
Expand Down
9 changes: 0 additions & 9 deletions stacks/trino-superset-s3/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ spec:
productVersion: 6.0.0
clusterConfig:
credentialsSecret: superset-credentials
mapboxSecret: superset-mapbox-api-key
nodes:
roleConfig:
listenerClass: external-stable
Expand All @@ -29,14 +28,6 @@ stringData:
adminUser.password: "{{ supersetAdminPassword }}"
connections.secretKey: "{{ supersetSecretKey }}"
connections.sqlalchemyDatabaseUri: postgresql://superset:superset@postgresql-superset/superset
---
apiVersion: v1
kind: Secret
metadata:
name: superset-mapbox-api-key
type: Opaque
stringData:
connections.mapboxApiKey: "pk.eyJ1IjoibXVlbGxlcmNlbGluZSIsImEiOiJjbDZwM3llMTAwNGpmM2psdHU0Y21wZHJwIn0.kXFJKBbeyhbwf0z460JcTQ"
# ---
# TODO Use when available (https://github.com/stackabletech/superset-operator/issues/3)
# apiVersion: superset.stackable.tech/v1alpha1
Expand Down