mirror of
https://github.com/element-hq/ems-docs.git
synced 2026-01-16 23:00:36 +00:00
Quick fixes to the syntax of the --target installation mode.
This commit is contained in:
parent
2a3207df8e
commit
210c285f76
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ tls certificates, it needs to be already installed in the targeted k8s cluster.
|
|||
If you do not want to deploy directly to kubernetes, but wish to render manifests instead, set all of the above mentioned variables except for `k8s_auth_context` and define a value for the parameter `out_dir`, which specifies where to write the kubernetes manifests. Further, when you go to run the installer, you need to invoke it as such:
|
||||
|
||||
```bash
|
||||
sudo install.sh --target render
|
||||
bash install.sh --target render
|
||||
```
|
||||
|
||||
Using the above syntax, you will have a set of manifests written out to `out_dir` that you can then deploy into your kubernetes environment.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue