Skip to content

Commit

Permalink
Fix broken link (#255)
Browse files Browse the repository at this point in the history
* Fix broken link
  • Loading branch information
worldtiki authored Aug 9, 2023
1 parent 1adc212 commit e4f4672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ make container
## Configuring
kube-monkey is configured by environment variables or a toml file placed at `/etc/kube-monkey/config.toml` and expects the configmap to exist before the kube-monkey deployment.

Configuration keys and descriptions can be found in [`config/param/param.go`](https://github.com/asobti/kube-monkey/blob/master/config/param/param.go)
Configuration keys and descriptions can be found in [`config/param/param.go`](https://github.com/asobti/kube-monkey/blob/master/internal/pkg/config/param/param.go)

#### Example config.toml file
```toml
Expand Down

0 comments on commit e4f4672

Please sign in to comment.