Skip to content

Commit 79bddf0

Browse files
committed
[Superset] Retitled configuration categories
1 parent cd19881 commit 79bddf0

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

charts/superset/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 0.1.7
25+
version: 0.1.8
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to

charts/superset/values.schema.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
{
2-
"$schema": "http://json-schema.org/schema#",
2+
"$schema": "http://json-schema.org/draft-07/schema",
33
"type": "object",
44
"properties": {
55
"superset": {
6-
"description": "superset specific configuration",
6+
"title": "Superset configuration",
77
"type": "object",
8-
"title": "superset",
98
"properties": {
109
"init": {
11-
"description": "init",
10+
"title": "Credentials",
1211
"type": "object",
13-
"title": "superset",
1412
"properties": {
1513
"adminUser": {
16-
"type": "object",
1714
"title": "Admin user",
15+
"type": "object",
1816
"properties": {
1917
"username": {
18+
"title": "User name",
2019
"type": "string",
21-
"title": "Admin user",
2220
"default": "admin",
2321
"x-form": {
2422
"value": "{{project.id}}"
@@ -28,8 +26,8 @@
2826
}
2927
},
3028
"password": {
29+
"title": "Password",
3130
"type": "string",
32-
"description": "Password",
3331
"default": "changeme",
3432
"render": "password",
3533
"x-form": {
@@ -44,7 +42,7 @@
4442
}
4543
},
4644
"bootstrapScript": {
47-
"description": "bootstrap script",
45+
"title": "Bootstrap init script",
4846
"type": "string",
4947
"render": "textArea",
5048
"default": "#!/bin/bash \n pip install \\\n duckdb-engine \\\n psycopg2-binary \\\n sqlalchemy-trino \\\n PyHive \\\n elasticsearch-dbapi \\\n redis && \\\n if [ ! -f ~/bootstrap ]; then echo \"Running Superset with uid {{ .Values.runAsUser }}\" > ~/bootstrap; fi"

0 commit comments

Comments
 (0)