Skip to content

Commit 5a53fe9

Browse files
Bruno CostaXtema
authored andcommitted
Fix typo on Helm Upgrade command with arguments
Signed-off-by: Bruno Costa <[email protected]> Signed-off-by: Bruno Costa <[email protected]> Signed-off-by: Bruno Costa <[email protected]>
1 parent 5e9d91f commit 5a53fe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/master/software/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ with the upgrade command.
5656

5757
For example, to maintain the original image registry use
5858
```shell
59-
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane `--set 'args={"--registry=index.docker.io"}'
59+
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane --set 'args={"--registry=index.docker.io"}'
6060
```

content/v1.18/software/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ with the upgrade command.
5656

5757
For example, to maintain the original image registry use
5858
```shell
59-
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane `--set 'args={"--registry=index.docker.io"}'
59+
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane --set 'args={"--registry=index.docker.io"}'
6060
```

0 commit comments

Comments
 (0)