Skip to content

Commit

Permalink
fix(devcontainer): dont run clustertool as entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Nov 6, 2024
1 parent 520db77 commit 920285e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions containers/apps/devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ ENV PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
# add pvmounter to kubectl using crew
RUN kubectl krew install pv-mounter

ENTRYPOINT ["clustertool"]
CMD ["--help"]


# Maintainer and metadata
LABEL "maintainer"="TrueCharts <[email protected]>"
Expand Down

0 comments on commit 920285e

Please sign in to comment.