Changed TODO comments to reflect new ideas

new/better WIP TODOs

wrote a note for fatal logging
This commit is contained in:
miampf 2024-01-08 16:22:36 +01:00
parent 0b0d3f7441
commit d61f616c85
No known key found for this signature in database
GPG key ID: 376EAC0E5307A669
4 changed files with 9 additions and 8 deletions

View file

@ -75,6 +75,7 @@ func main() {
flag.BoolVar(&enableLeaderElection, "leader-elect", false,
"Enable leader election for controller manager. "+
"Enabling this will ensure there is only one active controller manager.")
// TODO(miampf): Find out what is going on here and reimplement it in log/slog.
opts := zap.Options{
Development: true,
}