Skip to content

Commit 9936088

Browse files
feat: unprotect kotsadm password (#236)
Remove password from Protected Values The kotsadm helm chart handles this nicely already.
1 parent 903d499 commit 9936088

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/addons/adminconsole/adminconsole.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ var (
3737

3838
// protectedFields are helm values that are not overwritten when upgrading the addon.
3939
var protectedFields = []string{
40-
"password",
4140
"automation",
4241
}
4342

0 commit comments

Comments
 (0)