Argo CD: Deleting an app via YAML (Kubernetes)
In my last blog post I deployed an Argo CD app via command line using a YAML file, but what happens when deleting the Argo CD via command line (CLI)? Kubectl Deletion I deployed the Argo CD app via a YAML file and kubectl command: And a kubectl can remove the Argo CD app: The […]
