Add okteto manifest to develop Reloader directly on Kubernetes

This commit is contained in:
Pablo Chico de Guzman
2020-09-04 11:26:59 +02:00
parent 503e357349
commit da30b4744b
3 changed files with 22 additions and 0 deletions

View File

@@ -243,6 +243,11 @@ Please use the [issue tracker](https://github.com/stakater/Reloader/issues) to r
### Developing
1. Deploy Reloader.
2. Run `okteto up` to activate your development container.
3. `make build`.
4. `./Reloader`
PRs are welcome. In general, we follow the "fork-and-pull" Git workflow.
1. **Fork** the repo on GitHub