fix: remove privileged from lifecycle jobs

Remove `privileged` requirement from lifecycle jobs in
`uninstall/uninstall.yaml`.

Ref: 5862

Signed-off-by: James Lu <james.lu@suse.com>
This commit is contained in:
James Lu 2023-05-08 16:15:46 +08:00 committed by David Ko
parent 094b61b66c
commit d1c3f58399

View File

@ -108,8 +108,6 @@ spec:
- name: longhorn-uninstall
image: longhornio/longhorn-manager:master-head
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
command:
- longhorn-manager
- uninstall