Skip to content

Commit

Permalink
change env var to INITIUM_IMAGE_PULL_SECRET
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Lanziani <[email protected]>
  • Loading branch information
Kenan Dervisevic and LucaLanziani committed Oct 9, 2023
1 parent 2d1140e commit e949e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func InitFlags() flags {
},
&cli.StringFlag{
Name: imagePullSecretsFlag,
EnvVars: []string{"INITIUM_REGISTRY_SECRET"},
EnvVars: []string{"INITIUM_IMAGE_PULL_SECRET"},
Required: false,
Category: "deploy",
},
Expand Down

0 comments on commit e949e9d

Please sign in to comment.