This is a Helm Chart for Webhook Broker project. There is an example of use of this via Terraform. The most important value to override is the DB URL for the project to startup. Check configuration documentation to understand what the broker.*
configurations mean. Besides that all the other parameters are pretty standard Helm Chart values.
One of the configuration which is for CLI input instead of the above configuration is:
broker:
configFileWatchMode: "stop" # Possible values stop, restart, ignore
Depending on how you want the application to react pass a configuration; by default on any config map change the existing pod processes will stop, if its restart
, the web endpoint and workers will restart and if its ignore
, then the application will not watch for config file change and hence won't react either.