Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deploy/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ spec:
initContainers:
- name: longhorn-preflight
command:
- longhorn-preflight
- longhornctl-local
- check
Comment thread
c3y1huang marked this conversation as resolved.
- preflight
image: longhornio/longhorn-cli:master-head
securityContext:
privileged: true
Expand Down
3 changes: 2 additions & 1 deletion deploy/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ spec:
initContainers:
- name: longhorn-preflight
command:
- longhorn-preflight
- longhornctl-local
- install
- preflight
image: longhornio/longhorn-cli:master-head
securityContext:
privileged: true
Expand Down