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
|
- name: longhorn-uninstall
|
||||||
image: longhornio/longhorn-manager:master-head
|
image: longhornio/longhorn-manager:master-head
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
|
||||||
privileged: true
|
|
||||||
command:
|
command:
|
||||||
- longhorn-manager
|
- longhorn-manager
|
||||||
- uninstall
|
- uninstall
|
||||||
|
Loading…
Reference in New Issue
Block a user