Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get started #595

Open
TheBubblePopped opened this issue Dec 25, 2023 · 2 comments
Open

Can't get started #595

TheBubblePopped opened this issue Dec 25, 2023 · 2 comments

Comments

@TheBubblePopped
Copy link

TheBubblePopped commented Dec 25, 2023

I am using the sidecar method.

I am using what is mentioned here:
https://github.com/argoproj-labs/argocd-vault-plugin/tree/main/manifests/cmp-sidecar

As soon as i try to declare it in my apps of apps pattern:
`apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: argocd
source:
repoURL: git@github.com:TheBubblePopped/argotest.git
path: argo
targetRevision: main

syncPolicy:
    automated:
        prune: true
        selfHeal: true
    syncOptions:
      - CreateNamespace=true

---`

i get an Error in argocd

level=info msg="Normalized app spec: {"status":{"conditions":[{"lastTransitionTime":"2023-12-25T07:01:14Z","message":"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: sh -c \\\"kustomize build . | argocd-vault-plugin generate -\\\" failed exit status 127: /usr/local/bin/argocd-vault-plugin: 1: Not: not found","type":"ComparisonError"}

Is it possible that at this point i should have vault running in the background?

@TheBubblePopped
Copy link
Author

After some testing i found out that v2.7.6 with

image: registry.access.redhat.com/ubi8

  • name: AVP_VERSION value: 1.14.0

works....

@ForbiddenEra
Copy link

After some testing i found out that v2.7.6 with

image: registry.access.redhat.com/ubi8

* name: AVP_VERSION  value: 1.14.0

works....

Yeah - it points to 1.16.2 which doesn't exist under releases!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants