-
Notifications
You must be signed in to change notification settings - Fork 837
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
Namespace Isolation Forced? #523
Comments
Hi @EHSchmitt4395 , are you using Argo CD Operator version 0.1.0 ? Do you want to use a single Argo CD instance for the whole cluster ? |
Hey ! yeah using 0.1.0 - i do ! Would prefer to either be able to allow all namespaces as managed or just turn off namespace isolation all together. Thanks for the reply! |
@iam-veeramalla is there another way thats not obviously stated that enables such functionality :o ? (to disable namespace isolation and enable all namespaces to be managed?) |
solved with subscription setting
|
Hey a question, where do I need to add those settings? Is it the deploy/subscription.yaml like this: apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: argocd-operator
spec:
channel: alpha
name: argocd-operator
source: argocd-catalog
sourceNamespace: olm
config:
env:
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
value: '*'
- name: DISABLE_DEFAULT_ARGOCD_INSTANCE
value: 'true' |
Describe the bug
Namespace isolation mode is forced with operator install
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Docs describe no method to install argocd via operator with namespace isolation mode off. A
Additional context
I'd prefer to continue using argocd operator to install argocd. Otherwise i have to use generic install.yaml from argocd repo without understanding why i cant just turn it off with the operator
The text was updated successfully, but these errors were encountered: