Open eminaktas opened 2 days ago
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.
Yes, I've release a new latest kcllang/kcl
image to fix the issue.
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?
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 kcl
's plugin could support more use cases. For example, using KCLRun can be available in ArgoCD which is supported in flux-kcl-controller
.
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.