Skip to content

Commit

Permalink
manager: fix default kcgid image
Browse files Browse the repository at this point in the history
  • Loading branch information
xdavidwu committed May 22, 2024
1 parent 1b01a8a commit 10a5257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func main() {
flag.BoolVar(&enableLeaderElection, "leader-elect", false,
"Enable leader election for controller manager. "+
"Enabling this will ensure there is only one active controller manager.")
flag.StringVar(&kcgidImage, "kcgid-image", "ghcr.io/xdavidwu/kube-cgi", "kcgid image to use.")
flag.StringVar(&kcgidImage, "kcgid-image", "ghcr.io/xdavidwu/kube-cgi/kcgid", "kcgid image to use.")
flag.StringVar(&pullSecretRef, "pull-secret", "", "namespace/name of imagePullSecret for kcgid image")
opts := log.BuildZapOptions(flag.CommandLine)
flag.Parse()
Expand Down

0 comments on commit 10a5257

Please sign in to comment.