mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v1.0`
This commit is contained in:
parent
5b09fc696e
commit
94d1de4095
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue