Skip to content

Commit 31e10ec

Browse files
authored
Merge pull request #886 from Xtema/fix/fix-helm-upgrade-doc
Fix typo on Helm Upgrade command with arguments
2 parents 5e9d91f + 067d9da commit 31e10ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.17/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
```

content/v1.19/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)