Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes longhorn-share-manager rocks #27

Merged
merged 1 commit into from
Sep 16, 2024
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
4 changes: 3 additions & 1 deletion v1.6.2/longhorn-share-manager/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ services:
startup: enabled
override: replace
# https://github.com/longhorn/longhorn-share-manager/blob/v1.6.2/package/Dockerfile#L72
command: "/longhorn-share-manager"
command: "/longhorn-share-manager [ --help ]"
on-success: shutdown
on-failure: shutdown

entrypoint-service: longhorn-share-manager

parts:
# NOTE(aznashwan): the longhorn binary is built within a Docker container
# which is set up by Rancher's Dapper tool: https://github.com/rancher/dapper
Expand Down
4 changes: 3 additions & 1 deletion v1.7.0/longhorn-share-manager/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ services:
startup: enabled
override: replace
# https://github.com/longhorn/longhorn-share-manager/blob/v1.7.0/package/Dockerfile#L44
command: "/longhorn-share-manager"
command: "/longhorn-share-manager [ --help ]"
on-success: shutdown
on-failure: shutdown

entrypoint-service: longhorn-share-manager

parts:
# NOTE(aznashwan): the longhorn binary is built within a Docker container
# which is set up by Rancher's Dapper tool: https://github.com/rancher/dapper
Expand Down
Loading