Skip to content

Commit 34568be

Browse files
ipbabblembaldessari
authored andcommitted
Update creating-a-pattern.md
typo fixes
1 parent fcd5a72 commit 34568be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/contribute/creating-a-pattern.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are 4 values files that make up any Validated Pattern. The values files a
4343
* values-<main-hub>.yaml (e.g. values-datacenter.yaml)
4444
* values-<edge>.yaml (e.g. values-edge-site.yaml, values-factory.yaml, values-development.yaml, etc.)
4545
* values-global.yaml (used to override global values across clusters)
46-
* values-secrets.yaml (NEVER commit this to github, gitlab etc. This file should be in a safe directory on your latpop)
46+
* values-secrets.yaml (NEVER commit this to github, gitlab etc. This file should be in a safe directory on your laptop)
4747

4848
## Operators into framework
4949

@@ -128,7 +128,7 @@ applications:
128128
name: helm-with-kustomize
129129
```
130130
131-
In the above example `acm` (ACM) is part of the main `datacenter` deployment, as is `cool-app`. However, `central-kafka` is part of `backend-storage`. All these dpleoyment are on the same datacenter cluster.
131+
In the above example `acm` (ACM) is part of the main `datacenter` deployment, as is `cool-app`. However, `central-kafka` is part of `backend-storage`. All these deployment are on the same datacenter cluster.
132132

133133
The `path:` tag tells OpenShift GitOps where to find the Helm charts needed to deploy this application (refer back to the [charts directory description](https://validatedpatterns.io/building-vps/structure/#the-charts-directory) for more details). OpenShift GitOps will continuously monitor for changes to artifacts in that location for updates to apply.
134134

0 commit comments

Comments
 (0)