Update e2e tests (#1538)

* fix: update ingress class name assign
This commit is contained in:
AhmedGrati
2022-11-21 18:54:28 +08:00
committed by GitHub
parent af82f7e6db
commit 36593e8759
8 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ type ServiceConfig struct {
ExposeServicePath string `compose:"kompose.service.expose.path"`
BuildLabels map[string]string `compose:"build-labels"`
ExposeServiceTLS string `compose:"kompose.service.expose.tls-secret"`
ExposeServiceIngressClassName *string `compose:"kompose.service.expose.ingress-class-name"`
ExposeServiceIngressClassName string `compose:"kompose.service.expose.ingress-class-name"`
ImagePullSecret string `compose:"kompose.image-pull-secret"`
Stdin bool `compose:"stdin_open"`
Tty bool `compose:"tty"`