-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Enhancement?] GitOps with KCL and ArgoCD #490
Comments
Yes, I've release a new latest |
https://github.com/kcl-lang/flux-kcl-controller Do you mean to use programming methods like the flux kcl controller instead of writing unmaintainable script plugins to extend ArgoCD? |
Yes, if you think this is a logical way to do it. I think this way |
Thank you! I think this is worth considering. 👍 cc @zong-zhe |
Enhancement
Hi, after working on GitOps with KCL and ArgoCD for a while I needed to adjust the plugin configuration. Since my plan is to use a single template and output the parameters via multiple configuration yaml files, this way I can have flexibility in my environments. Basically, I wanted to have something like
valueFiles
in Helm.This change requires
jq
to be installed inside the container. I am not an expert on this ArgoCD plugin but we should have a programming way to do this to make it better. However, this change solves what I need.I would like to get your opinion on this.
Also, I had an issue with the kcllang/kcl image that fails. to get the packages from registry. However, I saw this commit to fix the issue.
The text was updated successfully, but these errors were encountered: