Skip to content

Commit

Permalink
Update ArgoCD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored May 6, 2024
1 parent 9b6c67b commit 2e19527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cheat Sheets/CICD/ArgoCD.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Controlling apps

argo app diff <name>
argo app sync <name>
argo app sync <name> --resource <group>:<kind>:<name> # Partial sync for one resource

# Change target branch
argo app patch <name> --patch '[{"op": "replace", "path": "/spec/source/targetRevision", "value": "<new branch name>"}]'
Expand Down

0 comments on commit 2e19527

Please sign in to comment.