Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkg/model/normalizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1171,9 +1171,9 @@ func (n *Normalizer) normalizeConfigurationUsers(users *chiV1.Settings) *chiV1.S
//

// CHOp user does not handle password here
if username == chopUsername {
continue // move to the next user
}
//if username == chopUsername {
// continue // move to the next user
//}

// Values from the secret have higher priority
n.substWithSecretField(users, username, "password", "k8s_secret_password")
Expand Down