From 3cef18542a55bb9aa349292c08c683ae8c2563d5 Mon Sep 17 00:00:00 2001 From: zirain Date: Tue, 2 Jul 2024 11:25:09 +0800 Subject: [PATCH] Update test/e2e/base/manifests.yaml Co-authored-by: sh2 Signed-off-by: zirain --- test/e2e/base/manifests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/base/manifests.yaml b/test/e2e/base/manifests.yaml index 4e7b60d3c3e9..ded6c648a0cb 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