File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
docs/modules/stackablectl/pages/customization Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ stacks:
2828 - mycorp
2929 - warehouse
3030 manifests:
31- # We have Superset in out Stack, which needs a postgressql instance
31+ # We have Superset in out Stack, which needs a postgresql instance
3232 # So let's install that first
3333 - helmChart: &template-postgresql-superset
3434 releaseName: postgresql-superset
@@ -38,7 +38,18 @@ stacks:
3838 url: https://charts.bitnami.com/bitnami/
3939 version: 11.0.0
4040 options:
41- auth:
41+ global:
42+ security:
43+ allowInsecureImages: true
44+ image:
45+ repository: bitnamilegacy/postgresql
46+ volumePermissions:
47+ image:
48+ repository: bitnamilegacy/os-shell
49+ metrics:
50+ image:
51+ repository: bitnamilegacy/postgres-exporter
52+ auth:
4253 username: superset
4354 password: superset
4455 database: superset
You can’t perform that action at this time.
0 commit comments