acelinkio
acelinkio
Looks like that warning is expected. https://github.com/argoproj/argo-cd/issues/1936 I also stumbled into this when trying to use an ApplicationSet. Try putting it in the same namespace as argocd. https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/application.yaml#L5 ``` apiVersion:...
Can open a MR if this request is accepted and flavor is specified.
It was enough to use both of those. Going to close issue, tools are pretty specific and not needed in a general image
EDIT: Needed to restart 1passwordconnect! After restarting, seeing the issues described above. Controller logs return `expected one 1Password Item matching: 'testcert', got 2"` PushSecret ```yaml apiVersion: external-secrets.io/v1alpha1 kind: PushSecret metadata:...
Related to https://github.com/tektoncd/operator/issues/1494 also somewhat related https://github.com/tektoncd/operator/issues/1493
I am facing this issue using nixos on WSL. The following configuration file took care most WSL related errors. `.vscode-server/server-env-setup` ``` PATH=$PATH:/run/current-system/sw/bin/ ``` However this error is entirely extension related....
Appreciate your work on this @blakepettersson, when you have a chance can you review the comments? Would love to see this integrated in! Awesome job!
@mattfarina , any chance you could review blacke's comments above? Would like to see this implemented as this would help a lot of downstream projects! Thanks!
Following up on this. `quay.io/argoprojlabs/argocd-operator` image still does not support ARM. Deployed using Alpha channel which is on v0.6.0 Manager container returns `exec /manager: exec format error`
ANy updates on this? Would be awesome to see yaml files supported. Imagine it would not be too challenging since YAML is a superset of JSON