Skip to content

Commit

Permalink
Update README.md (#231)
Browse files Browse the repository at this point in the history
- Fixed default `image.tag`
- Fixed `image.pullPolicy` parameter to match the `values.yml` definition
  • Loading branch information
mariamatthews authored May 24, 2022
1 parent 5efc41c commit c7a17ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/kubemonkey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ $ helm get manifest my-release
| Parameter | Description | Default |
|----------------------------------------|-----------------------------------------------------------------------------------------|----------------------------------|
| `image.repository` | docker image repo | ayushsobti/kube-monkey |
| `image.tag` | docker image tag | v0.3.0 |
| `image.tag` | docker image tag | v0.4.1 |
| `replicaCount` | number of replicas to run | 1 |
| `rbac.enabled` | rbac enabled or not | true |
| `image.tag.IfNotPresent` | image pull logic | IfNotPresent |
| `image.pullPolicy` | image pull logic | IfNotPresent |
| `config.dryRun` | will not kill pods, only logs behaviour | true |
| `config.runHour` | schedule start time in 24hr format | 8 |
| `config.startHour` | pod killing start time in 24hr format | 10 |
Expand Down

0 comments on commit c7a17ea

Please sign in to comment.