Skip to content

Commit a1904cd

Browse files
author
lamai93
committed
Default None for root password.
1 parent 432d824 commit a1904cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/deployment/v1alpha/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (b *BootstrapSpec) SetDefaults(deploymentname string) {
105105

106106
// If root is not set init with Auto
107107
if _, ok := b.PasswordSecretNames[UserNameRoot]; !ok {
108-
b.PasswordSecretNames[UserNameRoot] = PasswordSecretNameAuto
108+
b.PasswordSecretNames[UserNameRoot] = PasswordSecretNameNone
109109
}
110110

111111
// Replace Auto with generated secret name

0 commit comments

Comments
 (0)