Skip to content

Commit

Permalink
feat: unprotect kotsadm password (#236)
Browse files Browse the repository at this point in the history
Remove password from Protected Values

The kotsadm helm chart handles this nicely already.
  • Loading branch information
danj-replicated authored Dec 29, 2023
1 parent 903d499 commit 9936088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/addons/adminconsole/adminconsole.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ var (

// protectedFields are helm values that are not overwritten when upgrading the addon.
var protectedFields = []string{
"password",
"automation",
}

Expand Down

0 comments on commit 9936088

Please sign in to comment.