-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: helm deploys with a password (#9113)
DET-10208 Helm deploys with the initialUserPassword or defaultPassword
- Loading branch information
1 parent
8a7832a
commit d5f807d
Showing
5 changed files
with
14 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:orphan: | ||
|
||
**Security Fixes** | ||
|
||
- Helm: When deploying a new cluster with Helm, configuring an initial password for the "admin" and | ||
"determined" users is required and is no longer a separate step. To specify an initial password | ||
for these users, visit the helm/charts/determined/values.yaml file and use either | ||
initialUserPassword (preferred) or defaultPassword (deprecated). For reference, visit | ||
:ref:helm-config-reference. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters