We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83650ff commit 03e970bCopy full SHA for 03e970b
pkg/system/phase4_configuring.go
@@ -229,7 +229,7 @@ func (r *Reconciler) SetDesiredSecretAdminAccountInfo() error {
229
if err != nil {
230
return fmt.Errorf("cannot read admin account info, error: %v", err)
231
}
232
- if account.AccessKeys == nil || len(account.AccessKeys) <= 0 {
+ if len(account.AccessKeys) <= 0 {
233
return fmt.Errorf("admin account has no access keys yet")
234
235
0 commit comments