Closed anarcher closed 4 years ago
@anarcher I've reviewed your PR and it looks a bit like the kind of problem people solve using custom plugins. Have you considered that please?
https://argoproj.github.io/argo-cd/operator-manual/custom_tools/
@alexec Thanks for the review. Generally, I agree that using custom tools for supporting jpaths is a good option. My thought was that jpaths is available option of Jsonnet so native support with Argocd makes sense. :-) But if you feel this issue is not necessary, I am ok to close this issue and PR :->
Summary
Support jsonnet jpaths(
jsonnet -J
) for argocd appsMotivation
jsonnet supports jpaths . It can be useful with jsonnet based app. specially if we use it with jsonnet-bundler (https://github.com/jsonnet-bundler/jsonnet-bundler)
Proposal