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:
parent
094b61b66c
commit
d1c3f58399
@ -108,8 +108,6 @@ spec:
|
||||
- name: longhorn-uninstall
|
||||
image: longhornio/longhorn-manager:master-head
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
privileged: true
|
||||
command:
|
||||
- longhorn-manager
|
||||
- uninstall
|
||||
|
Loading…
Reference in New Issue
Block a user