Skip to content

Commit dc86150

Browse files
committed
Disable default openshift-gitops argo instance
We create it via policy. We are making this change in the patterns-operator as well.
1 parent 1dbdc6c commit dc86150

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

templates/policies/ocp-gitops-policy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ spec:
4444
env:
4545
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
4646
value: "*"
47+
- name: DISABLE_DEFAULT_ARGOCD_INSTANCE
48+
value: "true"
4749
- complianceType: musthave
4850
objectDefinition:
4951
kind: ConfigMap

0 commit comments

Comments
 (0)