Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object being managed by multiple argo applications #6

Open
strangiato opened this issue May 6, 2022 · 2 comments
Open

Object being managed by multiple argo applications #6

strangiato opened this issue May 6, 2022 · 2 comments

Comments

@strangiato
Copy link

Getting the following warnings on application syncs in Argo.

Objects should only be installed/managed by a single Argo application otherwise the two applications will continuously write over themselves.

ClusterRoleBinding/openshift-gitops-cluster-admin-rolebinding is part of applications industrial-edge-datacenter and industrial-edge-factory

Subscription/opendatahub-operator is part of applications industrial-edge-datacenter and industrial-edge-factory
@strangiato
Copy link
Author

#7 will resolve warning from ODH.

CRB warning will need to be resolved here:

https://github.com/hybrid-cloud-patterns/common/blob/stable-2.0/site/templates/argocd-super-role.yaml

@kubealex
Copy link

The clusterrolebinding conflict is caused by the first resource in: https://github.com/hybrid-cloud-patterns/common/blob/4b865d87a5692fae9fc90432c6e644c8e40f9791/site/templates/argocd-super-role.yaml

The first one should only be deployed in the main project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants