From 0ac4341b20b2f60c47bdd22d0d4c4373606931cb Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 23 Mar 2026 12:44:20 +0100 Subject: [PATCH] Disable default openshift-gitops argo instance We create it via policy. We are making this change in the patterns-operator as well. --- templates/policies/ocp-gitops-policy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/policies/ocp-gitops-policy.yaml b/templates/policies/ocp-gitops-policy.yaml index 5d6c47c..45da184 100644 --- a/templates/policies/ocp-gitops-policy.yaml +++ b/templates/policies/ocp-gitops-policy.yaml @@ -44,6 +44,8 @@ spec: env: - name: ARGOCD_CLUSTER_CONFIG_NAMESPACES value: "*" + - name: DISABLE_DEFAULT_ARGOCD_INSTANCE + value: "true" - complianceType: musthave objectDefinition: kind: ConfigMap