diff --git a/test/e2e/base/manifests.yaml b/test/e2e/base/manifests.yaml index 4e7b60d3c3e..ded6c648a0c 100644 --- a/test/e2e/base/manifests.yaml +++ b/test/e2e/base/manifests.yaml @@ -1067,7 +1067,7 @@ spec: command: - sh - "-c" - - "cp -a /app /app-live && cd /app-live && go run . " + - "cp -a /app /app-live && cd /app-live && go run . " image: golang:1.22.3-alpine ports: - containerPort: 8080