diff --git a/deploy/check.yaml b/deploy/check.yaml index 9d591a2ac..e7273d20c 100644 --- a/deploy/check.yaml +++ b/deploy/check.yaml @@ -18,8 +18,9 @@ spec: initContainers: - name: longhorn-preflight command: - - longhorn-preflight + - longhornctl-local - check + - preflight image: longhornio/longhorn-cli:master-head securityContext: privileged: true diff --git a/deploy/install.yaml b/deploy/install.yaml index 3d94cbd83..981541a1e 100644 --- a/deploy/install.yaml +++ b/deploy/install.yaml @@ -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