Skip to content

xcoulon/argocd-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argo CD Checker

A tiny tool that verifies that the Application and ApplicationSet resources have a valid destination path, and that kustomize build runs successfully in the application and component folders.

For example:

$ check-argocd --base-dir=$(pwd) --apps=apps-of-apps,apps --components=components
INFO 👀 checking Applications and ApplicationSets path=/path/to/apps-of-apps
INFO 👀 checking Applications and ApplicationSets path=/path/to/apps
INFO 👀 checking Components path=/path/to/components
INFO 🤙 all good!

Building

Requires Go version 1.20.x (1.20.11 or higher) - download for your development environment here.

To install, execute:

$ make install

This builds the check-argocd binary and copies it into $GOPATH/bin.

License

The code is available under the terms of the Apache License 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.7%
  • Makefile 4.3%