hiddeco / cronjobber

Cronjobber is a cronjob controller for Kubernetes with support for time zones
Apache License 2.0
244 stars 38 forks source link

Mismatch of REFRESH_* env var names #30

Closed JerusJ closed 4 years ago

JerusJ commented 4 years ago

In the README it states:

  • REFRESH_PERIOD (default: 7d) is how often it looks for updates

However, in docker-entrypoint.sh, and in the init-updatetz initContainer it is set to use REFRESH_INTERVAL:

sleep "${REFRESH_INTERVAL:=7d}"