Browse Source

Fixing cert-controller image tag

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Gustavo Carvalho 4 years ago
parent
commit
23eb831571
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e2e/framework/addon/eso.go

+ 1 - 1
e2e/framework/addon/eso.go

@@ -48,7 +48,7 @@ func NewESO(mutators ...MutationFunc) *ESO {
 					Value: os.Getenv("VERSION"),
 				},
 				{
-					Key:   "webhook.image.tag",
+					Key:   "certController.image.tag",
 					Value: os.Getenv("VERSION"),
 				},
 				{