Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve blog post #488

Merged
merged 1 commit into from
Oct 21, 2024
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