From b31e3a58cc2d33e1e5425e94f8fcfd23478ef780 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 21 Oct 2024 10:29:27 +0200 Subject: [PATCH] Tweak slimming post With the pattern-install-chart v0.0.4 you can now set the git repo and revision for the clustergroup chart directly. Let's amend the blog post --- content/blog/2024-09-26-slimming-of-common.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/blog/2024-09-26-slimming-of-common.adoc b/content/blog/2024-09-26-slimming-of-common.adoc index 2b7de3097..e57b1f7ee 100644 --- a/content/blog/2024-09-26-slimming-of-common.adoc +++ b/content/blog/2024-09-26-slimming-of-common.adoc @@ -134,8 +134,7 @@ clusterGroup: It is possible to point the framework directly to a git repository pointing to a helm chart. This is especially useful for developing a chart. There are two cases to distinguish here. -. The `clustergroup` chart. This one gets instantiated by the operator, so we need to change things in the `Pattern` CR. -Edit the pattern with `oc edit -n openshift-operators patterns` and make sure the Pattern CR has the following: +. The `clustergroup` chart. Tweak `values-global.yaml` as follows: + [source,yaml] ----