Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the kustomize-hash-annotator kustomize plugin (#149)
* Add the kustomize-hash-annotator kustomize plugin This adds the kustomize-hash-annotator [1] kustomize plugin to the ArgoCD image. This plugin allows for dynamically annotating an object with the hash of the contents of a configmap or secret, allowing for, among other things, automatic rollouts of deployments based on updates to configmaps and secrets. [1]: https://github.com/pcjun97/kustomize-hash-annotator * Use https protocol for repo url for pre-commit. Co-authored-by: Humair Khan <humair88@hotmail.com>
- Loading branch information