Skip to content

Commit

Permalink
Update config.go (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesavsai authored Nov 3, 2022
1 parent 8611707 commit 700eb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/inject/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (cfg *Config) BindFlags(fs *pflag.FlagSet) {
"Number of seconds after Envoy has started before readiness probes are initiated")
fs.Int32Var(&cfg.ReadinessProbePeriod, flagReadinessProbePeriod, 10,
"How often (in seconds) to perform the readiness probe on Envoy container")
fs.StringVar(&cfg.InitImage, flagInitImage, "840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-proxy-route-manager:v6-prod",
fs.StringVar(&cfg.InitImage, flagInitImage, "840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-proxy-route-manager:v7-prod",
"Init container image.")
fs.StringVar(&cfg.IgnoredIPs, flagIgnoredIPs, "169.254.169.254",
"Init container ignored IPs.")
Expand Down

0 comments on commit 700eb80

Please sign in to comment.