Dear all,
we are using argocd-vault-plugin and encounter an error during helm dependency build, which we cannot debug any further currently.
The logs are somewhat limited:
failed to generate manifest for source 1 of 1: rpc error: code = Unknown desc = plugin sidecar failed. error generating manifests in cmp: rpc error: code = Unknown desc = error generating manifests: `sh -c "set -o pipefail ; helm dependency build"` failed signal: killed
Adding --debug to the helm dependency build command did not yield anymore output.
Increasing the memory limit for the sidecar container also did not solve the issue.
Any idea how to get more debugging output?
Of course the command is running fine when executed locally...
(This is ArgoCD running in argocd-diff-preview during pipeline runs, but that should not matter for the question)
Kind Regards,
Johannes
Dear all,
we are using argocd-vault-plugin and encounter an error during
helm dependency build, which we cannot debug any further currently.The logs are somewhat limited:
Adding
--debugto thehelm dependency buildcommand did not yield anymore output.Increasing the memory limit for the sidecar container also did not solve the issue.
Any idea how to get more debugging output?
Of course the command is running fine when executed locally...
(This is ArgoCD running in argocd-diff-preview during pipeline runs, but that should not matter for the question)
Kind Regards,
Johannes