Troubleshooting Argo CD Problem: My YAML isn’t formatted correctly In VS Code, ensure you have the Kubernetes extension installed It’ll check syntax as you type, including Argo resources, with popup definitions ProTip: You can add it as a suggested extension in your K8s YAML repos Require GHA K8s linter to pass before PRs can merge. (Super-linter ) also runs that Manually try kubectl apply --dry-run=server -f file.yaml
on K8s with Argo CD ProTip: you could do this in GHA as part of a "smoke test" Setup K3d Action Install Argo CD with one-liner and maybe a config file, if needed Apply yamls from PR diff, or maybe only if specific YAML dirs changed 📚 Workshop 4 Argo CD app deploys further reading Tools Videos Docs Extra credit for Workshop 4Enter fullscreen
Go to previous slide
Go to next slide
Show slide overview
Switch to dark mode theme
Show drawing toolbar