Here you will have everything you need to get started developing and testing the plugin.
Have these tools installed:
- make
- docker
- kind
- kubectl
- The
argoadargocdCLIs
This command will install a kind cluster and Argo components.
make setupmake buildRun make apply to install the plugin.
Run make submit to apply a workflow that runs the plugin.
To see that the workflow has synced the app, connect to the Argo CD server by going to https://localhost:8080 in your browser.
To delete the test cluster, run the following:
make clean