We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a7dcb commit c96415fCopy full SHA for c96415f
internal/manager/manager.go
@@ -108,7 +108,7 @@ func Start(cfg config.Config) error {
108
109
ctx := ctlr.SetupSignalHandler()
110
111
- recorderName := fmt.Sprintf("nginx-kubernetes-gateway-with-gatewayclass-%s", cfg.GatewayClassName)
+ recorderName := fmt.Sprintf("nginx-kubernetes-gateway-%s", cfg.GatewayClassName)
112
recorder := mgr.GetEventRecorderFor(recorderName)
113
114
for _, regCfg := range controllerRegCfgs {
0 commit comments