Skip to content

Commit fd1ca29

Browse files
authored
Merge pull request #703 from gaurav-nelson/pr-702-updates
chore: minor language fixes for PR702
2 parents 86eb30b + 2f16ef7 commit fd1ca29

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

content/contribute/creating-a-pattern.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Therefore the question really is: How do I move my successful architecture solut
3232

3333
== Requirements for creating a new pattern
3434

35-
* The recommended way to create a new pattern is to use link:/learn/creating-patterns-with-patternizer/[patternizer], which generates all required scaffolding automatically. Alternatively, fork the link:/patterns/multicloud-gitops[multicloud-gitops pattern] as a starting point.
35+
* The recommended way to create a new pattern is to use link:/learn/creating-patterns-with-patternizer/[patternizer], which generates all required scaffolding automatically. Alternatively, fork the link:/patterns/multicloud-gitops[{mcg-pattern}] as a starting point.
3636
* The patterns framework requires OpenShift GitOps (ArgoCD) to provide the GitOps automation. Patternizer sets this up for you; if starting from a fork, ensure OpenShift GitOps is included.
3737
* Create a new branch on your new pattern to perform the initial changes.
3838
* Deploy the initial new pattern to the cluster.

content/learn/creating-patterns-with-patternizer.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,17 @@ clusterGroup:
127127
chartVersion: 0.1.*
128128
----
129129

130-
If you omit `--with-secrets`, the generated files will not include the Vault and External Secrets Operator configuration, and `secretLoader.disabled` will be set to `true` in `values-global.yaml`.
130+
If you omit `--with-secrets`, the generated files do not include the Vault and External Secrets Operator configuration, and patternizer sets `secretLoader.disabled` to `true` in `values-global.yaml`.
131131

132132
=== Step 3: Define your pattern content
133133

134134
After initialization, you need to add your operators, applications, and Helm charts to the pattern. There are two approaches:
135135

136136
==== Using the pattern-author AI coding skill
137137

138-
Patternizer installs an AI coding skill to `.claude/skills/pattern-author/` and `.cursor/skills/pattern-author/` during initialization. This skill teaches AI coding assistants such as Claude Code and Cursor how to author Validated Patterns -- defining namespaces, operators, applications, secrets, hub/spoke clusters, and more.
138+
Patternizer installs an AI coding skill to `.claude/skills/pattern-author/` and `.cursor/skills/pattern-author/` during initialization. This skill provides guidance for AI coding assistants such as Claude Code and Cursor to author Validated Patterns -- defining namespaces, operators, applications, secrets, hub/spoke clusters, and more.
139139

140-
Open the initialized repository in your AI-assisted editor and the skill will be available automatically. You can ask the assistant to add operators, wire in Helm charts, configure secrets, or set up multi-cluster deployments.
140+
Open the initialized repository in your AI-assisted editor and the skill is available automatically. You can ask the assistant to add operators, wire in Helm charts, configure secrets, or set up multi-cluster deployments.
141141

142142
==== Manually editing values files
143143

@@ -153,7 +153,7 @@ For detailed guidance on structuring your pattern, see link:/learn/vp_structure_
153153
[NOTE]
154154
.Idempotency
155155
====
156-
The `pattern init` command is idempotent and can be run multiple times during pattern creation to update the pattern values files. You can go from `pattern init` to `pattern init --with-secrets` to add the secrets framework to your pattern. If you use `helm create` (or `./pattern.sh helm create`) to create Helm charts and then run `pattern init` again, the Helm charts will be automatically added to your `values-prod.yaml`.
156+
The `pattern init` command is idempotent and can be run multiple times during pattern creation to update the pattern values files. You can go from `pattern init` to `pattern init --with-secrets` to add the secrets framework to your pattern. If you use `helm create` (or `./pattern.sh helm create`) to create Helm charts and then run `pattern init` again, patternizer automatically adds the Helm charts to your `values-prod.yaml`.
157157
====
158158

159159
=== Next steps

content/learn/getting-started-multi-cloud-gitops.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Multicloud GitOps is a foundational pattern that demonstrates the core concepts
2323

2424
Deploying Multicloud GitOps gives you hands-on experience with:
2525

26-
. How operators and applications are defined in values files
27-
. How ArgoCD manages application lifecycle
28-
. How secrets are loaded and managed
29-
. How the pattern framework ties everything together
26+
* How operators and applications are defined in values files
27+
* How ArgoCD manages application lifecycle
28+
* How secrets are loaded and managed
29+
* How the pattern framework ties everything together
3030

3131
== Deploying the Multicloud GitOps pattern
3232

content/learn/quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Validated Patterns can be deployed using either the OpenShift-based Validated Pa
2020

2121
== Getting Started with Validated Patterns
2222

23-
=== What You'll Learn
23+
=== What you will learn
2424

2525
. Setting up prerequisites for Validated Patterns
2626
. Creating a new pattern with patternizer

content/learn/vp_structure_vp_pattern.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include::modules/comm-attributes.adoc[]
1414

1515
== Creating a validated pattern
1616

17-
The high level steps to create a validated pattern are as follows:
17+
The high level steps to create a validated pattern are as follows:
1818

1919
1. Identify the business case you want to address.
2020
2. Use link:/learn/creating-patterns-with-patternizer/[patternizer] to bootstrap a new pattern repository with all required scaffolding, or fork an existing pattern such as link:/patterns/multicloud-gitops[Multicloud GitOps] to start from a working example.

0 commit comments

Comments
 (0)