Open joelp172 opened 2 weeks ago
It looks like you need <host>:<port>
, not <protocol>://<host>
. so instead of https://argocd.myurl-dev.co.uk
, you want argocd.myurl-dev.co.uk:443
. We could do a better job of validating that's set correctly, but it's how argocd's sdk expects you to pass the address
I have KubeChecks running and setup on a local MiniKube cluster along with argocd for testing and eval. I have the svcs exposed on some dev urls.
If I set
KUBECHECKS_MONITOR_ALL_APPLICATIONS: false
kuebchecks starts sucessfullyI can send PRs to the webhook and it receives them fine.
However, if I set
KUBECHECKS_MONITOR_ALL_APPLICATIONS: true
I get the following error:Its also the same if I use internal cluster addresses. Is there some config I am missing?