Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Flavio Castelli <[email protected]>
Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz and flavio authored Jun 20, 2023
1 parent 4234992 commit a41f5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/operator-manual/airgap/02-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ helm template ./cert-manager-<Version>.tgz | \
--image-list ./kubewarden-images.txt \
--images kubewarden-images.tar.gz
```
Docker begins pulling the images used for an air gap install. Be patient. This process takes a few minutes.
Docker begins pulling the images used for an air-gap install. Be patient. This process takes a few minutes.
When the process completes, your current directory will output a tarball named `kubewarden-images.tar.gz`. It will be present in the same directory where you executed the command.

## Save policies in your workstation
Expand Down Expand Up @@ -124,7 +124,7 @@ helm install --wait -n kubewarden \
```
helm install --wait -n kubewarden \
kubewarden-defaults kubewarden-defaults.tgz \
--set common.cattle.systemDefaultRegistry=<REGISTRY.YOURDOMAIN.COM:PORT>
--set common.cattle.systemDefaultRegistry=<REGISTRY.YOURDOMAIN.COM:PORT> \
--set recommendedPolicies.defaultPoliciesRegistry=<REGISTRY.YOURDOMAIN.COM:PORT>
```

Expand Down

0 comments on commit a41f5f2

Please sign in to comment.