Enhanced with plugins – Make ArgoCD more powerful with plugins running as sidecar
The power of ArgoCD can be enhanced by the use of so called plugins. A plugin will operate during a refresh operation. It has access to the checked out repository and may manipulate data before syncing it to your Kubernetes clusters. I use it for encrypt my git-crypt encrypted repositories, before manifests will get applied to my Kubernetes cluster.
Read More »Enhanced with plugins – Make ArgoCD more powerful with plugins running as sidecar