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
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: `argocd-vault-plugin generate .` failed exit status 1: Error: could not read
YAML/JSON files: could not read file: Chart.yaml from disk: error unmarshaling JSON: while decoding JSON:
Object 'Kind' is missing in '{"annotations":{"category":"Analytics","images":"- name: grafana\n image: docker.io/bitnami/grafana:11.2.2-debian-12-r0\n- name: grafana-operator\n image: docker.io/bitnami/grafana-operator:5.14.0-debian-12-r0\n","licenses":"Apache-
Agro version:
v2.12.3+6b9cd82
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots/Verbose output
If applicable, add screenshots to help explain your problem.
If you've tried running argocd-vault-plugin generate with --verbose-sensitive-output to help debug, please include that output here after redacting any secrets.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
If I remember correctly, whenever you want to try to use AVP on a helmchart you have to use/configure an additional plugin.
With you current config you are trying to apply the avp on all the files that contain *.yaml so thats why the Chart.yaml it gives you problems.
source: https://argocd-vault-plugin.readthedocs.io/en/stable/usage/#with-helm
Describe the bug
Tried to install app grafana-operator from helm chart and ArgoCD fails to load target state.
The config of the AVP:
and the patch of Deployment:
Throws:
Agro version:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots/Verbose output
If applicable, add screenshots to help explain your problem.
If you've tried running
argocd-vault-plugin generate
with--verbose-sensitive-output
to help debug, please include that output here after redacting any secrets.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: