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 ddba5ff commit 59d6133Copy full SHA for 59d6133
pkg/webhook/preflight/generic/registry.go
@@ -35,7 +35,7 @@ type registryCheck struct {
35
}
36
37
func (r *registryCheck) Name() string {
38
- return "RegistryCredentials"
+ return "Registry"
39
40
41
func (r *registryCheck) Run(ctx context.Context) preflight.CheckResult {
0 commit comments