We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d985cd3 commit 7cc19b5Copy full SHA for 7cc19b5
internal/controller/nginx/agent/agent.go
@@ -90,6 +90,7 @@ func (n *NginxUpdaterImpl) UpdateConfig(
90
) {
91
msg := deployment.SetFiles(files)
92
if msg == nil {
93
+ n.logger.V(1).Info("No changes to nginx configuration files, not sending to agent")
94
return
95
}
96
0 commit comments