Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
narqo committed Apr 26, 2020
1 parent 1c15bd8 commit 828a560
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ $ github-weather -github.token <gh-api-token> -owm.api-key <open-weather-api-tok

See example of a crontab file in the project's `misc` directory.

### Run the program on Kubernetes

Refer to [deployments/README.md](./deployments/README.md).

[1]: https://openweathermap.org/api
2 changes: 1 addition & 1 deletion deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ it in the [`cronjob.yaml`](cronjob.yaml) file.
```yaml
containers:
- name: github-weather
image: docker.io/angelbarrera92/github-weather:v1.0.0
image: docker.io/varankinv/github-weather:v1.0.0
command: ["/bin/sh", "-c"]
args: ["/bin/github-weather --debug --github.token $(GITHUB_TOKEN) --owm.api-key $(OPENWEATHER_API_TOKEN) --owm.query Madrid"]
```
Expand Down
2 changes: 1 addition & 1 deletion deployments/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: github-weather
image: docker.io/angelbarrera92/github-weather:v1.0.0
image: docker.io/varankinv/github-weather:v1.0.0
command: ["/bin/sh", "-c"]
args: ["/bin/github-weather --debug --github.token $(GITHUB_TOKEN) --owm.api-key $(OPENWEATHER_API_TOKEN) --owm.query Madrid"]
resources:
Expand Down

0 comments on commit 828a560

Please sign in to comment.