Skip to content

Commit

Permalink
[Superset] Hiding password in the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspi committed Dec 10, 2024
1 parent ef685ff commit cd19881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
7 changes: 4 additions & 3 deletions charts/superset/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@
"type": "string",
"description": "Password",
"default": "changeme",
"render": "password",
"x-form": {
"value": "{{project.password}}"
},
"x-onyxia": {
"overwriteDefaultWith": "{{project.password}}"
}
}
}
}
}
}
Expand Down Expand Up @@ -89,7 +90,7 @@
"hidden": true,
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
}
}
}
}
},
"userPreferences": {
Expand All @@ -116,6 +117,6 @@
}
}
}
}
}

}

0 comments on commit cd19881

Please sign in to comment.