Skip to content

Commit

Permalink
Fix two mistakes in IE
Browse files Browse the repository at this point in the history
- Switch to `./pattern.sh make load-secrets`
- Add a space before `oc login`

Closes #354
  • Loading branch information
mbaldessari committed Nov 6, 2023
1 parent 9c0e325 commit baedff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/patterns/industrial-edge/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ For installation tooling dependencies, see [Patterns quick start]({{< ref "/cont
git push origin deploy-v2.3
```

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.
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.

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.
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.

```sh
oc login
Expand Down

0 comments on commit baedff7

Please sign in to comment.