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
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?
The text was updated successfully, but these errors were encountered: