Getting ExcludedResourceWarning - Unable to utilize sourceNamespace feature for Operator v0.5.0 #846
Unanswered
KevinBonilla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Argo-nauts!
I've been trying to utilize the beta feature introduced in 0.5.0 following these resources:
Original PR: #794
Documentation reference for apps in any namespace: https://argocd-operator.readthedocs.io/en/latest/usage/apps-in-any-namespace/
ResourceInclusion/Exclusion relevant links: https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#resource-exclusioninclusion
https://stackoverflow.com/questions/72398093/argo-cd-trying-to-deploy-app-using-app-of-apps-pattern-warning-excludedres
argoproj/argo-cd#8674
Originally I was getting
ComparisonErrors
which made me implementspec.server.resourceInclusions
rules. My config looks like so. For context I'm including all resourceskinds
for apiGroupargoproj.io/v1alpha1
:Role/rolebindings are being created via SourceNamespaces:
Even the namespace
dev
includes the proper labels so argo should be able to manage the namespace.My test application is able to sync but I get 5 app condition warnings.
My questions are how do I include the resources of the application? I thought that would be done with
resourcecInclusions
apiGroupargoproj.io/v1alpha1
? How do I "include" the application in Argo? I've been stuck on this for some time now and came here as a last resort, really appreciate any help.Beta Was this translation helpful? Give feedback.
All reactions