diff --git a/demos/data-lakehouse-iceberg-trino-spark/superset-assets.zip b/demos/data-lakehouse-iceberg-trino-spark/superset-assets.zip index ebe610be..d474bd9b 100644 Binary files a/demos/data-lakehouse-iceberg-trino-spark/superset-assets.zip and b/demos/data-lakehouse-iceberg-trino-spark/superset-assets.zip differ diff --git a/demos/nifi-kafka-druid-earthquake-data/superset-assets.zip b/demos/nifi-kafka-druid-earthquake-data/superset-assets.zip index 12623b51..37fdccea 100644 Binary files a/demos/nifi-kafka-druid-earthquake-data/superset-assets.zip and b/demos/nifi-kafka-druid-earthquake-data/superset-assets.zip differ diff --git a/demos/nifi-kafka-druid-water-level-data/superset-assets.zip b/demos/nifi-kafka-druid-water-level-data/superset-assets.zip index a5688064..3411bf71 100644 Binary files a/demos/nifi-kafka-druid-water-level-data/superset-assets.zip and b/demos/nifi-kafka-druid-water-level-data/superset-assets.zip differ diff --git a/stacks/end-to-end-security/superset.yaml b/stacks/end-to-end-security/superset.yaml index b16f3f37..20a3881e 100644 --- a/stacks/end-to-end-security/superset.yaml +++ b/stacks/end-to-end-security/superset.yaml @@ -8,7 +8,6 @@ spec: productVersion: 6.0.0 clusterConfig: credentialsSecret: superset-credentials - mapboxSecret: superset-mapbox-api-key authentication: - authenticationClass: keycloak oidc: @@ -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" diff --git a/stacks/nifi-kafka-druid-superset-s3/superset.yaml b/stacks/nifi-kafka-druid-superset-s3/superset.yaml index 485cce93..c672ff04 100644 --- a/stacks/nifi-kafka-druid-superset-s3/superset.yaml +++ b/stacks/nifi-kafka-druid-superset-s3/superset.yaml @@ -8,7 +8,6 @@ spec: productVersion: 6.0.0 clusterConfig: credentialsSecret: superset-credentials - mapboxSecret: superset-mapbox-api-key nodes: roleConfig: listenerClass: external-stable @@ -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: diff --git a/stacks/trino-superset-s3/superset.yaml b/stacks/trino-superset-s3/superset.yaml index 04943410..f1312d55 100644 --- a/stacks/trino-superset-s3/superset.yaml +++ b/stacks/trino-superset-s3/superset.yaml @@ -8,7 +8,6 @@ spec: productVersion: 6.0.0 clusterConfig: credentialsSecret: superset-credentials - mapboxSecret: superset-mapbox-api-key nodes: roleConfig: listenerClass: external-stable @@ -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