Skip to content

Commit 07d4854

Browse files
Update controllers/configuration_controller.go
Co-authored-by: qiaozp <[email protected]> Signed-off-by: raradhakrishnan <[email protected]>
1 parent 61f1aaa commit 07d4854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/configuration_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ func GetSecretOrConfigMap(ctx context.Context, k8sClient client.Client, isSecret
15121512
}
15131513
}
15141514
if keyErr {
1515-
keyErr := errors.Errorf("'%s' %s", key, fmt.Sprintf("not in %s %s", errKey, typeKey))
1515+
keyErr := errors.Errorf("'%s' not in %s %s", key, errKey, typeKey)
15161516
return nil, keyErr
15171517
}
15181518
}

0 commit comments

Comments
 (0)