I built an executable krm-function registry with ASDF as the distribution mode #5437
imranismail
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had a use-case to use KRM functions with Kustomize and ArgoCD. With ArgoCD running in a container, I don't want to take the security risk of adopting a DinD pattern to allow usage of KRM containers within ArgoCD.
So I built a thing to distribute executable krm-functions with ASDF. There is also a pre-built container that is designed to work with ArgoCD as a Config Management Plugin.
I'm pretty happy with the results so far!
Here's some examples of a app directory managed by kustomize and argocd, with the CMP container.
https://github.com/imranismail/krm-function-registry/tree/master/krm-functions/image-updater/examples/dockerhub
https://github.com/imranismail/asdf-krm-function/tree/master/docker
Beta Was this translation helpful? Give feedback.
All reactions