Skip to content

Commit e3c6ecf

Browse files
committed
fix: correct variable name
1 parent fd5c35f commit e3c6ecf

File tree

1 file changed

+1
-1
lines changed
  • pkg/handlers/generic/mutation/imageregistries/credentials

1 file changed

+1
-1
lines changed

pkg/handlers/generic/mutation/imageregistries/credentials/variables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121

2222
const (
2323
// variableName is the external patch variable name.
24-
variableName = "config"
24+
variableName = "credentials"
2525

2626
// HandlerNameVariable is the name of the variable handler.
2727
HandlerNameVariable = "ImageRegistryCredentialsVars"

0 commit comments

Comments
 (0)