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 a22c5c8 commit 8a2a069Copy full SHA for 8a2a069
api/v1alpha1/constants.go
@@ -35,5 +35,5 @@ const (
35
// Ocm credential config key for secrets.
36
const (
37
// OCMCredentialConfigKey defines the secret key to look for in case a user provides an ocm credential config.
38
- OCMCredentialConfigKey = ".ocmcredentialconfig" //nolint:gosec // it isn't a cred
+ OCMCredentialConfigKey = ".ocmcredentialconfig" // nolint:gosec // it isn't a cred
39
)
0 commit comments