Skip to content

Commit cd19881

Browse files
committed
[Superset] Hiding password in the interface
1 parent ef685ff commit cd19881

2 files changed

Lines changed: 5 additions & 4 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.6
25+
version: 0.1.7
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@
3131
"type": "string",
3232
"description": "Password",
3333
"default": "changeme",
34+
"render": "password",
3435
"x-form": {
3536
"value": "{{project.password}}"
3637
},
3738
"x-onyxia": {
3839
"overwriteDefaultWith": "{{project.password}}"
3940
}
40-
}
41+
}
4142
}
4243
}
4344
}
@@ -89,7 +90,7 @@
8990
"hidden": true,
9091
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
9192
}
92-
}
93+
}
9394
}
9495
},
9596
"userPreferences": {
@@ -116,6 +117,6 @@
116117
}
117118
}
118119
}
119-
}
120+
}
120121

121122
}

0 commit comments

Comments
 (0)