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 2b5382e commit 6f5751fCopy full SHA for 6f5751f
pkg/cluster/sync.go
@@ -482,7 +482,7 @@ func (c *Cluster) syncSecrets() error {
482
return fmt.Errorf("could not get current secret: %v", err)
483
}
484
if secretUsername != string(secret.Data["username"]) {
485
- c.logger.Warningf("secret %s does not contain the role %q", secretSpec.Name, secretUsername)
+ c.logger.Errorf("secret %s does not contain the role %q", secretSpec.Name, secretUsername)
486
continue
487
488
c.Secrets[secret.UID] = secret
0 commit comments