From cc043c43d12d2866d7d2c8fa98086577c9150621 Mon Sep 17 00:00:00 2001 From: Phan Le Date: Tue, 1 Nov 2022 22:22:04 -0700 Subject: [PATCH] Keep the failed uninstallation job's pod to get logs for debugging longhorn-4711 Signed-off-by: Phan Le --- uninstall/uninstall.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index 300045e..5ad9b39 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -117,7 +117,7 @@ spec: env: - name: LONGHORN_NAMESPACE value: longhorn-system - restartPolicy: OnFailure + restartPolicy: Never serviceAccountName: longhorn-uninstall-service-account # imagePullSecrets: # - name: ""