mirror of https://github.com/crossplane/docs.git
s/seperated/separated (#602)
This commit is contained in:
parent
4a77de5f8e
commit
de1ed38478
|
@ -170,7 +170,7 @@ metadata:
|
|||
```
|
||||
````
|
||||
|
||||
Combining copying and highlighting in a single comma-seperated annotation.
|
||||
Combining copying and highlighting in a single comma-separated annotation.
|
||||
````yaml {copy-lines="2-5", hl_lines="2-3"}
|
||||
```yaml {copy-lines="2-5", hl_lines="2-3"}
|
||||
apiVersion: pkg.crossplane.io/v1
|
||||
|
|
|
@ -193,7 +193,7 @@ crossplane-stable/crossplane \
|
|||
--set image.pullPolicy=Always
|
||||
```
|
||||
|
||||
Helm supports comma-seperated arguments.
|
||||
Helm supports comma-separated arguments.
|
||||
|
||||
For example, to change the image pull policy and number of replicas:
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@ crossplane-stable/crossplane \
|
|||
--set image.pullPolicy=Always
|
||||
```
|
||||
|
||||
Helm supports comma-seperated arguments.
|
||||
Helm supports comma-separated arguments.
|
||||
|
||||
For example, to change the image pull policy and number of replicas:
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@ crossplane-stable/crossplane \
|
|||
--set image.pullPolicy=Always
|
||||
```
|
||||
|
||||
Helm supports comma-seperated arguments.
|
||||
Helm supports comma-separated arguments.
|
||||
|
||||
For example, to change the image pull policy and number of replicas:
|
||||
|
||||
|
|
|
@ -135,7 +135,7 @@ For example, to install version 0.42.0 of the
|
|||
| ------------ | ------------- | ------------------------------ |
|
||||
| | `--runtime-config=<runtime config name>` | Install the package with a runtime configuration. |
|
||||
| `-m` | `--manual-activation` | Set the `revisionActiviationPolicy` to `Manual`. |
|
||||
| | `--package-pull-secrets=<list of secrets>` | A comma-seperated list of Kubernetes secrets to use for authenticating to the package registry. |
|
||||
| | `--package-pull-secrets=<list of secrets>` | A comma-separated list of Kubernetes secrets to use for authenticating to the package registry. |
|
||||
| `-r` | `--revision-history-limit=<number of revisions>` | Set the `revisionHistoryLimit`. Defaults to `1`. |
|
||||
| `-w` | `--wait=<number of seconds>` | Number of seconds to wait for a package to install. |
|
||||
|
||||
|
|
|
@ -193,7 +193,7 @@ crossplane-stable/crossplane \
|
|||
--set image.pullPolicy=Always
|
||||
```
|
||||
|
||||
Helm supports comma-seperated arguments.
|
||||
Helm supports comma-separated arguments.
|
||||
|
||||
For example, to change the image pull policy and number of replicas:
|
||||
|
||||
|
|
Loading…
Reference in New Issue