You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a hard time using different kustomize versions in my local kubernetes cluster setup (for sanity), made of ArgoCD that is reading sops encrypted files.
I suppose Argo is decently keeping up with the latest Kustomize developments (see argoproj/argo-cd#5967) , but here's where I think a couple of strange behaviours occur.
ArgoCD folklore is managing to integrate the various kustomize releases with the kustomize.path and kustomize.buildOptions options in the configmap/argocd-cm, but default plugin path is only visible to the default kustomize bin.. :(
Would there be any other option than exporting XDG_CONFIG_HOME variable to the environment for setting custom plugin paths?
If the kustomize CLI can have a parameter for setting plugins path, let's say --plugin-path for sake of simplicity, then using kustomize tool v4.0.5 in ArgoCD with something like the following, would be a breeze :).
Hello everyone,
I am having a hard time using different
kustomize
versions in my local kubernetes cluster setup (for sanity), made of ArgoCD that is readingsops encrypted files
.I suppose Argo is decently keeping up with the latest Kustomize developments (see argoproj/argo-cd#5967) , but here's where I think a couple of strange behaviours occur.
ArgoCD folklore
is managing to integrate the various kustomize releases with thekustomize.path
andkustomize.buildOptions
options in theconfigmap/argocd-cm
, but default plugin path is only visible to the default kustomize bin.. :(Would there be any other option than exporting
XDG_CONFIG_HOME
variable to the environment for setting custom plugin paths?If the
kustomize CLI
can have a parameter for setting plugins path, let's say--plugin-path
for sake of simplicity, then using kustomize toolv4.0.5
inArgoCD
with something like the following, would be a breeze :).Any thoughts? Thanks.
/cc @chetan-rns @wtam2018
The text was updated successfully, but these errors were encountered: