Skip to content

Commit e7eb002

Browse files
committed
Updated README
1 parent 1940641 commit e7eb002

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,29 @@ Secondly, deploy the workflows service in the virtual cluster:
1616
vcluster connect workflows-cluster -- helm install workflows charts/workflows -n workflows
1717
```
1818

19+
Finally, deploy the events service in the virtual cluster:
20+
```sh
21+
vcluster connect workflows-cluster -- helm install workflows charts/events -n events
22+
```
23+
1924
## Deployment in developer mode
2025

2126
First, deploy the workflows virtual cluster using the developer manifest:
2227
```sh
2328
helm install workflows-cluster charts/workflows-cluster -f charts/workflows-cluster/dev-values.yaml
2429
```
2530

26-
Secondly, deploy the workflows service in the virtual cluster using the developer manifest :
31+
Secondly, deploy the workflows service in the virtual cluster using the developer manifest:
2732
```sh
2833
vcluster connect workflows-cluster -- helm install workflows charts/workflows -n workflows -f charts/workflows/dev-values.yaml
2934
```
3035
Note that for getting the workflows-server to run inside the dev environment it is necessary to extract the argo-server-sso secret, delete the deployed sealed secret and then deploy a new sealed secret using ```kubectl create -f <SEALED-SECRET>``` inside the virtual cluster.
3136

37+
Finally, deploy the events service in the virtual cluster using the developer manifest:
38+
```sh
39+
vcluster connect workflows-cluster -- helm install workflows charts/events -n events -f charts/events/dev-values.yaml
40+
```
41+
3242
## Serve Docs
3343

3444
Firstly, install `mkdocs` and the requisite dependencies in `docs/requirements.txt`; For this you may wish to use `pipx`, as:
@@ -40,4 +50,3 @@ pipx runpip mkdocs install -r docs/requirements.txt
4050
Now, serve the docs with `mkdocs`:
4151
```sh
4252
mkdocs serve
43-
```

0 commit comments

Comments
 (0)