docs snapshot for crossplane version `v1.0`

This commit is contained in:
Crossplane 2021-02-23 21:41:02 +00:00
parent 5b09fc696e
commit 94d1de4095
2 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ kubectl create namespace crossplane-system
helm repo add crossplane-stable https://charts.crossplane.io/stable
helm repo update
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.0
```
> Note that OAM is an alpha feature that is disabled by default. Make sure to

View File

@ -32,7 +32,7 @@ kubectl create namespace crossplane-system
helm repo add crossplane-stable https://charts.crossplane.io/stable
helm repo update
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.0
```
### Master
@ -124,7 +124,7 @@ Alternatively, a yaml file that specifies the values for the above parameters
(`values.yaml`) can be provided while installing the chart.
```console
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane -f values.yaml
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.0 -f values.yaml
```
Here are the sample settings to get you started.