Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/blog/2024-09-26-slimming-of-common.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down