-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Make initial user configurable in helm chart #12862
feat: Make initial user configurable in helm chart #12862
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12862 +/- ##
==========================================
- Coverage 67.04% 66.98% -0.06%
==========================================
Files 1022 1022
Lines 50186 50186
Branches 5204 5204
==========================================
- Hits 33647 33618 -29
- Misses 16404 16433 +29
Partials 135 135
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making this PR
this was a missing piece for me too
Co-authored-by: Amit Miran <[email protected]>
Co-authored-by: Amit Miran <[email protected]>
* Make initial user configurable in helm chart * Update helm/superset/values.yaml Co-authored-by: Amit Miran <[email protected]> * Update helm/superset/values.yaml Co-authored-by: Amit Miran <[email protected]> Co-authored-by: Craig Rueda <[email protected]> Co-authored-by: Amit Miran <[email protected]>
SUMMARY
This PR updates the helm chart to allow easy configuration of the initial user via helm properties. At the moment, to not use the default admin/admin user, you have to download and modify the chart or to set a the complete init script. With these changes, username/password and the other user details can be set via normal helm properties.
The default behavior does not change.
ADDITIONAL INFORMATION