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
After a recent upgrade of ArgoCD operator and argoCD vault plugin on Openshift Cluster 4.16.15, we are seeing this error. Apps on the argocd are going into unknown state throwing an error as below
ComparisonError: Failed to load target state: failed to generate manifest for source 1 of 1: rpc error: code = Unknown desc = Manifest generation error (cached): plugin sidecar failed. error generating manifests in cmp: rpc error: code = Unknown desc = error generating manifests: `bash -c "helm template \"$ARGOCD_APP_NAME\" -n \"$ARGOCD_APP_NAMESPACE\" -f $(echo \"$ARGOCD_ENV_HELM_VALUES\") . | argocd-vault-plugin generate -"` failed exit status 2: /usr/local/bin/argocd-vault-plugin: line 5: syntax error near unexpected token `]' /usr/local/bin/argocd-vault-plugin: line 5: ` } ]'
@pre i'm inside the repo-server pod. The interesting part is this was working before update/patching of operator and something in the AVP binary might have changed?
Checklist:
argocd version
.Describe the bug
After a recent upgrade of ArgoCD operator and argoCD vault plugin on Openshift Cluster 4.16.15, we are seeing this error. Apps on the argocd are going into unknown state throwing an error as below
Here is the cmp-plugin.yaml
To Reproduce
Expected behavior
The apps on the argocd UI should sync normally and shouldn't go into unknown state throwing the above error
Screenshots
Version
argocd: v2.8.3+77556d9 BuildDate: 2023-09-26T08:35:45Z GitCommit: 77556d9e64304c27c718bb0794676713628e435e GitTreeState: clean GoVersion: go1.19.10 Compiler: gc Platform: linux/amd64 ExtraBuildInfo: {Vendor Information: Red Hat OpenShift GitOps version: v1.10.0}`
Logs
The error is happening while creating the manifest using the argocd-vault-plugin
It seems the error is happening while executing argocd-vault-plugin.
The text was updated successfully, but these errors were encountered: