Skip to content

Commit db6507a

Browse files
authored
Merge pull request #356 from mbaldessari/typo1
Fix two mistakes in IE
2 parents 9c0e325 + baedff7 commit db6507a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/patterns/industrial-edge/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ For installation tooling dependencies, see [Patterns quick start]({{< ref "/cont
137137
git push origin deploy-v2.3
138138
```
139139

140-
1. You can deploy the pattern using the [Validated Patterns Operator](/infrastructure/using-validated-pattern-operator/) directly. If you deploy the pattern using the Validated Patterns Operator, installed through `Operator Hub`, you will need to run `make load-secrets` through a terminal session on your laptop or bastion host.
140+
1. You can deploy the pattern using the [Validated Patterns Operator](/infrastructure/using-validated-pattern-operator/) directly. If you deploy the pattern using the Validated Patterns Operator, installed through `Operator Hub`, you will need to run `./pattern.sh make load-secrets` through a terminal session on your laptop or bastion host.
141141

142-
1. If you deploy the pattern through a terminal session on your laptop or bastion host login to your cluster by using the`oc login` command or by exporting the `KUBECONFIG` file.
142+
1. If you deploy the pattern through a terminal session on your laptop or bastion host login to your cluster by using the `oc login` command or by exporting the `KUBECONFIG` file.
143143

144144
```sh
145145
oc login

0 commit comments

Comments
 (0)