Skip to content

Commit 93c7c02

Browse files
authored
fix: Switch Superset dashboards to OpenStreetMap (#364)
1 parent 8600a50 commit 93c7c02

6 files changed

Lines changed: 0 additions & 27 deletions

File tree

-1.75 KB
Binary file not shown.
30 Bytes
Binary file not shown.
-1.56 KB
Binary file not shown.

stacks/end-to-end-security/superset.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spec:
88
productVersion: 6.0.0
99
clusterConfig:
1010
credentialsSecret: superset-credentials
11-
mapboxSecret: superset-mapbox-api-key
1211
authentication:
1312
- authenticationClass: keycloak
1413
oidc:
@@ -52,11 +51,3 @@ metadata:
5251
stringData:
5352
clientId: superset
5453
clientSecret: "{{ keycloakSupersetClientSecret }}"
55-
---
56-
apiVersion: v1
57-
kind: Secret
58-
metadata:
59-
name: superset-mapbox-api-key
60-
type: Opaque
61-
stringData:
62-
connections.mapboxApiKey: "pk.eyJ1IjoibXVlbGxlcmNlbGluZSIsImEiOiJjbDZwM3llMTAwNGpmM2psdHU0Y21wZHJwIn0.kXFJKBbeyhbwf0z460JcTQ"

stacks/nifi-kafka-druid-superset-s3/superset.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spec:
88
productVersion: 6.0.0
99
clusterConfig:
1010
credentialsSecret: superset-credentials
11-
mapboxSecret: superset-mapbox-api-key
1211
nodes:
1312
roleConfig:
1413
listenerClass: external-stable
@@ -30,14 +29,6 @@ stringData:
3029
connections.secretKey: {{ supersetSecretKey }}
3130
connections.sqlalchemyDatabaseUri: postgresql://superset:superset@postgresql-superset/superset
3231
---
33-
apiVersion: v1
34-
kind: Secret
35-
metadata:
36-
name: superset-mapbox-api-key
37-
type: Opaque
38-
stringData:
39-
connections.mapboxApiKey: "pk.eyJ1IjoibXVlbGxlcmNlbGluZSIsImEiOiJjbDZwM3llMTAwNGpmM2psdHU0Y21wZHJwIn0.kXFJKBbeyhbwf0z460JcTQ"
40-
---
4132
apiVersion: superset.stackable.tech/v1alpha1
4233
kind: DruidConnection
4334
metadata:

stacks/trino-superset-s3/superset.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spec:
88
productVersion: 6.0.0
99
clusterConfig:
1010
credentialsSecret: superset-credentials
11-
mapboxSecret: superset-mapbox-api-key
1211
nodes:
1312
roleConfig:
1413
listenerClass: external-stable
@@ -29,14 +28,6 @@ stringData:
2928
adminUser.password: "{{ supersetAdminPassword }}"
3029
connections.secretKey: "{{ supersetSecretKey }}"
3130
connections.sqlalchemyDatabaseUri: postgresql://superset:superset@postgresql-superset/superset
32-
---
33-
apiVersion: v1
34-
kind: Secret
35-
metadata:
36-
name: superset-mapbox-api-key
37-
type: Opaque
38-
stringData:
39-
connections.mapboxApiKey: "pk.eyJ1IjoibXVlbGxlcmNlbGluZSIsImEiOiJjbDZwM3llMTAwNGpmM2psdHU0Y21wZHJwIn0.kXFJKBbeyhbwf0z460JcTQ"
4031
# ---
4132
# TODO Use when available (https://github.com/stackabletech/superset-operator/issues/3)
4233
# apiVersion: superset.stackable.tech/v1alpha1

0 commit comments

Comments
 (0)