From a32f4e96f148d1f1c16578cef3cb4b2712ae7a56 Mon Sep 17 00:00:00 2001 From: Himadri Bisht Date: Mon, 10 Feb 2025 13:41:59 +0530 Subject: [PATCH] corrected the example in clustergroup values files --- modules/subscriptions-configuration-in-a-clustergroup.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/subscriptions-configuration-in-a-clustergroup.adoc b/modules/subscriptions-configuration-in-a-clustergroup.adoc index 8c08044af..c36c1633c 100644 --- a/modules/subscriptions-configuration-in-a-clustergroup.adoc +++ b/modules/subscriptions-configuration-in-a-clustergroup.adoc @@ -89,9 +89,6 @@ subscriptions: [source,yaml] ---- subscriptions: - acm: - name: advanced-cluster-management - namespace: open-clustsubscriptions: openshift-data-foundation: disabled: true @@ -100,8 +97,7 @@ subscriptions: namespace: portworx channel: stable source: certified-operators -er-management - channel: release-2.10 + ---- In this example, the values file is intended to override the default settings in the main `values-hub.yaml`. Consequently, the `openshift-data-foundation` application is overridden and disabled, while the `portworx` application is added.