application destination ... do not match any of the allowed destinations in project ... #21538
Open
3 tasks done
Labels
bug
Something isn't working
Checklist:
argocd version
.Describe the bug
I have an appproject "johnny-team-project" with the following spec:
When I deploy an app with the following spec:
I get this error
When I delete this rule it works:
Even when I just change the namespace in the rule above from
to
it works. So it seem that the deny rule for the namespace doesn't respect the corresponding destination server/name. Is that works as designed?
However, as I understand https://argo-cd.readthedocs.io/en/latest/user-guide/projects/ this rule above should only prevent apps to deploy in "johnny-team-*" namespace on "https://kubernetes.default.svc" (in-cluster), not on any other cluster, like ''https://api.cluster000.xxxxxx.at''
Logs
The text was updated successfully, but these errors were encountered: