Skip to content

Commit

Permalink
Merge pull request #130 from candonov/patch-1
Browse files Browse the repository at this point in the history
Add missing backslack to helm installation command
  • Loading branch information
a-hilaly authored Nov 12, 2024
2 parents f758908 + 3e6fe9b commit 0941732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/getting-started/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Install kro using Helm
```
helm install kro oci://public.ecr.aws/kro/kro \
--namespace kro \
--set nameOverride=kro
--set nameOverride=kro \
--create-namespace \
--version=${KRO_VERSION}
```
Expand Down Expand Up @@ -98,7 +98,7 @@ Upgrade the controller
```
helm upgrade kro oci://public.ecr.aws/kro/kro \
--namespace kro \
--set nameOverride=kro
--set nameOverride=kro \
--version=${KRO_VERSION}
```

Expand Down

0 comments on commit 0941732

Please sign in to comment.