mirror of https://github.com/crossplane/docs.git
Fix Vale errors
Signed-off-by: Hasan Turken <turkenh@gmail.com>
This commit is contained in:
parent
3371fe7247
commit
34cf8af0f4
|
@ -39,7 +39,7 @@ are available from the Vault documentation.
|
||||||
|
|
||||||
### Add the Vault Helm chart
|
### Add the Vault Helm chart
|
||||||
|
|
||||||
Add the Hashicorp Helm repository.
|
Add the Helm repository for `hashicorp`.
|
||||||
```shell
|
```shell
|
||||||
helm repo add hashicorp https://helm.releases.hashicorp.com --force-update
|
helm repo add hashicorp https://helm.releases.hashicorp.com --force-update
|
||||||
```
|
```
|
||||||
|
@ -188,8 +188,7 @@ Success! Data written to: auth/kubernetes/role/crossplane
|
||||||
## Install Crossplane
|
## Install Crossplane
|
||||||
|
|
||||||
{{<hint "important" >}}
|
{{<hint "important" >}}
|
||||||
Plugin support was introduced with Crossplane v1.12. Make sure you are using
|
Crossplane v1.12 introduced the plugin support. Make sure your version of Crossplane supports plugins.
|
||||||
a version of Crossplane that supports plugins.
|
|
||||||
{{< /hint >}}
|
{{< /hint >}}
|
||||||
|
|
||||||
Install the Crossplane with the External Secrets Stores feature enabled.
|
Install the Crossplane with the External Secrets Stores feature enabled.
|
||||||
|
|
Loading…
Reference in New Issue