cron-connector
cron-connector copied to clipboard
Invoke functions on a schedule.
## My actions before raising this issue - [ ] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [ ] Read/searched [the docs](https://docs.openfaas.com/) - [ ] Searched [past issues](/issues) ## Expected Behaviour open...
Signed-off-by: Nitishkumar Singh Fix cron connector to work without basic auth ## Description Fix cron connector to work without basic auth ## Motivation and Context - [x] I have raised...
## Expected Behaviour The cron-connector should install without issue. ## Current Behaviour When I install the cron-connector using the helm chart with the following values set: ```yaml basicAuth: false ```...
It will be great if we can set the timezone as a variable on ENV for this image when you start it. At the moment, I am using `hostpath mount`...