Argo

Create a new application with the following properties:

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

argocd app create some-app \
--project  \
--repo https://fake.repo.address \
--path ./app_path \
--dest-namespace default \
--dest-server my.kubernetes.cluster