mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-25 09:01:48 +00:00
fix: correct typo initalization to initialization
Signed-off-by: Akshat Sinha <akshatsinhasramhardy@gmail.com>
This commit is contained in:
parent
9f18062d43
commit
99b73820cf
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ func main() {
|
||||||
|
|
||||||
// This is required because controller-runtime expects its consumers to
|
// This is required because controller-runtime expects its consumers to
|
||||||
// set a logger through log.SetLogger within 30 seconds of the program's
|
// set a logger through log.SetLogger within 30 seconds of the program's
|
||||||
// initalization. If not set, the entire debug stack is printed as an
|
// initialization. If not set, the entire debug stack is printed as an
|
||||||
// error, see: https://github.com/kubernetes-sigs/controller-runtime/blob/ed8be90/pkg/log/log.go#L59
|
// error, see: https://github.com/kubernetes-sigs/controller-runtime/blob/ed8be90/pkg/log/log.go#L59
|
||||||
// Since we have our own logging and don't care about controller-runtime's
|
// Since we have our own logging and don't care about controller-runtime's
|
||||||
// logger, we configure it's logger to do nothing.
|
// logger, we configure it's logger to do nothing.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue