Skip to content

Commit

Permalink
Adding escape \'s
Browse files Browse the repository at this point in the history
  • Loading branch information
candonov authored Nov 12, 2024
1 parent 9494b52 commit 3e6fe9b
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 3e6fe9b

Please sign in to comment.