Skip to content

Commit

Permalink
Merge pull request #9 from butler54/updates
Browse files Browse the repository at this point in the history
fix: typos and some missing content
  • Loading branch information
mbaldessari authored Aug 20, 2024
2 parents b5f8eef + 8fb813a commit 50056aa
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion documentation/modules/ROOT/pages/creatingPatterns.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,25 @@ The URL at this point can be used to pull out the name (pkg), catalog, channel e
== Introducing new helm charts

The easiest way to start with new helm charts is to copy and paste from the example charts in multicloud-gitops.
Each helm chart gets added as an argoCD application:

[source,yaml]
----
applications:
golang-external-secrets:
name: golang-external-secrets
namespace: golang-external-secrets
project: hub
path: common/golang-external-secrets
cnv: # arbitrary
name: cnv # name of argoCD applcation
namespace: openshift-cnv
project: cnv # argoCD project
path: charts/all/cnv # relative path to the chart
----


Convention puts the helm charts for the validated-pattern under `charts/`.

== Chaining configuration into the charts.

Expand Down

0 comments on commit 50056aa

Please sign in to comment.