Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kolikons committed Feb 20, 2022
1 parent e513b80 commit 433a681
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,16 @@ docker run kolikons/label-watch:latest
```
---

# Homebrew

```sh
brew install kolikons/tap/label-watch
```
---

## label-watch ARGS
```sh
label-watch --help
Usage of label-watch:
-interval string
(optional) Start application in deamon mode. Supports format: 's', 'm', 'h'.
Expand Down
2 changes: 1 addition & 1 deletion charts/label-watch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ label-watch checks a specific label on worker node then create an label
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | |
| label_watch.interval | string | `"30m"` | Supports format: 's', 'm', 'h' |
| label_watch.label | string | `"node-type"` | Label that's checking on worker nodes then set label in format node-role.kubernetes.io/VALUE_FROM_LABEL=true. Supports multiple labels via coma separator. Example: node-type,type,etc |
| label_watch.labels | string | `"node-type"` | Label that's checking on worker nodes then set label in format node-role.kubernetes.io/VALUE_FROM_LABEL=true. Supports multiple labels via coma separator. Example: node-type,type,etc |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | Node labels for pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ |
| podAnnotations | object | `{}` | Key/value pairs that are attached to pods. |
Expand Down

0 comments on commit 433a681

Please sign in to comment.