inveniosoftware / inveniosoftware/orcha
deployment: default temporal namespace
Open
- Dominant language
- Python
- Stars
- 8
- Forks
- 8
- Avg merge
- 13d 23h
- Merged PRs (30d)
- 2
Description
When deploying orcha with temporal, a namespace is not created automatically. We could consider creating the default namespace when deploying, although the current solution might be sufficient. Currently, when installing the helm chart (and not when upgrading), we need to create the namespace by:
```bash
$ oc exec -it services/temporal-admintools /bin/bash
bash-5.0#
```
And using the [temporal CLI](https://docs.temporal.io/cli) to create the namespace `default`:
```bash
temporal operator namespace create -n default
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.