apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: openshift-gitops-operator
spec:
config:
env:
- name: NAMESPACE_SCOPED_ARGO_ROLLOUTS
value: 'false' (1)
- name: CLUSTER_SCOPED_ARGO_ROLLOUTS_NAMESPACES
value: <list_of_namespaces_in_the_cluster-scoped_Argo_CD_instances> (2)
...