Skip to content

Commit

Permalink
wip: adds debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 29, 2024
1 parent 622f5b1 commit e4c73cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/argocd/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ docker:
COPY init.sh /home/argocd/init.sh
RUN chmod +x /home/argocd/init.sh

ENTRYPOINT [ "/var/run/argocd/argocd-cmp-server" ]
ENTRYPOINT [ "/var/run/argocd/argocd-cmp-server", "--loglevel=info" ]
SAVE IMAGE ${container}:${tag}

0 comments on commit e4c73cc

Please sign in to comment.