Open autokilla47 opened 1 year ago
@autokilla47 did you solve it?
@autokilla47 did you solve it?
nope, i added additional information about my steps.
i would be really helpful to have a clear way to deploy the plugin alongside with argocd deployment via helm
I've got the extension deployed with Helm, and can take some time to contribute some documentation some time in the next week or so. I'm just figuring out a few kinks.
I've got the extension deployed with Helm, and can take some time to contribute some documentation some time in the next week or so. I'm just figuring out a few kinks.
@harrywm did you ever get a chance to circle back on this ?
@harrywm - Will you be able to share the configurations and steps which was taken to enable the extension?
maybe out of context.. argocd-metrics-extention needs min 2.6.x+ argocd Version as per documentation.
I deploy ArgoCD (ver: v2.5.5) from argo-cd helm chart, set
server.extensions.enabled: true
. Create argocd-metrics-server deployment in argocd namespace. Deploy ArgoCD apps from argocd-apps helm chart when set extensions like on a picture. In logs from container (ghcr.io/argoproj-labs/argocd-extensions:v0.2.1) i see just:2022-12-27T10:31:23.268Z INFO controller.argocdextension Sources already downloaded. {"reconciler group": "argoproj.io", "reconciler kind": "ArgoCDExtension", "name": "argocd-extension-metrics", "namespace": "argocd"}
Extension tab in AgroCD UI not showing up. Am I installing the extension incorrectly?Upgrade: changet to:
and use
image: sarabala1979/argocd-metrics-server:latest
ingress like this: