From 8ec8d2397a198ab186931478166cd2a3fba761be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20N=C3=A9au?= Date: Tue, 1 Oct 2024 13:36:40 +0200 Subject: [PATCH] Revert "Introduce error in deployment" This reverts commit 1ffa225f4f7b5957223f956fb2a5ac92e55d5123. This is reproduction step 12 of fleet#594 [1]. [1]: https://github.com/rancher/fleet/issues/594 --- test-bundle/chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-bundle/chart/templates/deployment.yaml b/test-bundle/chart/templates/deployment.yaml index 5edb1ac..c6eb4ee 100644 --- a/test-bundle/chart/templates/deployment.yaml +++ b/test-bundle/chart/templates/deployment.yaml @@ -15,6 +15,6 @@ spec: - name: test image: paulbouwer/hello-kubernetes:1.10 lifecycle: - preStart: + preStop: exec: command: ["sleep", "100"]