Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kustomize Support #15

Open
dudo opened this issue Mar 8, 2024 · 2 comments
Open

Kustomize Support #15

dudo opened this issue Mar 8, 2024 · 2 comments

Comments

@dudo
Copy link

dudo commented Mar 8, 2024

👋 Hello, folks! I noticed the explicit check (and failure) for kustomize resources. Would you be open to PRs to support that side of the house?

@msanterre
Copy link
Contributor

Hey bud! For sure, PRs are always welcome.

@dudo
Copy link
Author

dudo commented Mar 16, 2024

While putzing around with this, I cant help but feel that declaring this as an ArgoCD tool is quite limiting. This could very well support any tree of helm files.

Interestingly, the kustomize implementation is quite trivial, since it supports traversing trees (via successive kustomization.yaml files) natively. The value that I see in this repo is bringing that same walking behavior to helm.

Wdyt about rebranding things a bit? I don't think there'd be much to change, code wise. For helm, you give it a dir and let it walk. For kustomize you give it a dir (or several) and punt to kubectl apply -k dir --dry-run=client (which actually walks backwards, from the overlay(s) referenced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants