Skip to content

Commit

Permalink
Merge pull request #98 from stakater/readme-update
Browse files Browse the repository at this point in the history
Fixed broken links
  • Loading branch information
hussnain612 authored Apr 27, 2023
2 parents f543f07 + 62cdcab commit 5f49c53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,13 @@ View our closed [Pull Requests](https://github.com/stakater/Konfigurator/pulls?q
## License
Apache2 © [Stakater](http://stakater.com)
Apache2 © [Stakater][website]
## About
`Konfigurator` is maintained by [Stakater][website]. Like it? Please let us know at <[email protected]>

See [our other projects][community]
See [our other projects](https://github.com/stakater)
or contact us in case of professional services and queries on <[email protected]>

[website]: http://stakater.com/
[community]: https://github.com/stakater/
[website]: https://stakater.com
2 changes: 1 addition & 1 deletion docs/konfigurator-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ You can set the following properties in KonfiguratorTemplate to customize your g
| app.volumeMounts.mountPath | The path inside the container where you want the rendered resource to be mounted | `/home/app/config/` |
| app.volumeMounts.containerName | The container name inside which the resource will be mounted | `my-container` |
| templates | A list of key value pairs. All the configuration templates go inside this property. You can paste your static config as is inside this block and it will work as well | `app.config: someConfig` |
| validationWebhookURL | The webhook URL to validate the rendered configurations. If not specified, then no validation is performed. | https://fluentd.io/config/validation/ |
| validationWebhookURL | The webhook URL to validate the rendered configurations. If not specified, then no validation is performed. | https://docs.fluentd.org/configuration/config-file#config-validator |
| updateFrequency | The period of time to render the template. The unit is one minute. If not specified, the default time(2min) is used. | 1|

0 comments on commit 5f49c53

Please sign in to comment.