Skip to content

Commit

Permalink
Small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Dec 3, 2024
1 parent aae4143 commit 576f505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ spec:
- if [ -z $ARGOCD_AUTH_TOKEN ]; then
yes | argocd login $(params.argocd-server) --grpc-web $(params.flags) --username=$(cat $(workspaces.argocd-env-secret.path)/ARGOCD_USERNAME) --password=$(cat $(workspaces.argocd-env-secret.path)/ARGOCD_PASSWORD);
fi;
- argocd app get --refresh $(params.application.name);
- argocd app get --refresh $(params.application-name);
- argocd app sync $(params.application-name) --revision $(params.revision) $(params.flags);
- argocd app wait $(params.application-name) --health $(params.flags);

0 comments on commit 576f505

Please sign in to comment.