From d1c3f5839979f1baf66da5de6f005d19dd8cbb9a Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 8 May 2023 16:15:46 +0800 Subject: [PATCH] fix: remove `privileged` from lifecycle jobs Remove `privileged` requirement from lifecycle jobs in `uninstall/uninstall.yaml`. Ref: 5862 Signed-off-by: James Lu --- uninstall/uninstall.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index da67413..f64beda 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -108,8 +108,6 @@ spec: - name: longhorn-uninstall image: longhornio/longhorn-manager:master-head imagePullPolicy: IfNotPresent - securityContext: - privileged: true command: - longhorn-manager - uninstall