We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432d824 commit a1904cdCopy full SHA for a1904cd
pkg/apis/deployment/v1alpha/bootstrap.go
@@ -105,7 +105,7 @@ func (b *BootstrapSpec) SetDefaults(deploymentname string) {
105
106
// If root is not set init with Auto
107
if _, ok := b.PasswordSecretNames[UserNameRoot]; !ok {
108
- b.PasswordSecretNames[UserNameRoot] = PasswordSecretNameAuto
+ b.PasswordSecretNames[UserNameRoot] = PasswordSecretNameNone
109
}
110
111
// Replace Auto with generated secret name
0 commit comments