Skip to content

Commit

Permalink
fix chart command field
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Jan 26, 2025
1 parent cae15b8 commit 1f3149c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/capsule/values-tracing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ manager:
kind: Deployment

# -- Specify the default command to run.
command: /harpoon
command: ["/harpoon"]
args:
- capture
- --function
Expand Down
2 changes: 1 addition & 1 deletion charts/capsule/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ manager:
kind: Deployment

# -- Specify the default command to run.
command: /manager
command: ["/manager"]

image:
# -- Set the image registry of capsule.
Expand Down

0 comments on commit 1f3149c

Please sign in to comment.