Skip to content

Draft: Generate handler ConfigMap on controller startup + regenerate handler configmap when baseconf gets modified

Dimitri F requested to merge feat-watch-baseconfig into master
  • Controller now generates handler ConfigMap during startup (was previously done inside Reconcile(), so only triggered when a ingress with a lemon annotation was livin inside the cluster)
  • Add fsnotify package to watch for events occuring on local baseconfig file
  • Add errgroup to handle failure for both watch (controller-runtime + fsnotify)

Merge request reports