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 597e358 commit 302accaCopy full SHA for 302acca
pkg/reloadable/replicationworker.go
@@ -92,7 +92,7 @@ func convertReplicationWorkerTemplate(tmpl *v1alpha1.ReplicationWorkerTemplate)
92
return newTmpl
93
}
94
95
-func equalReplicationWorkerTemplate(p, c *v1alpha1.ReplicationWorkerTemplate) bool {
+func equalReplicationWorkerTemplate(c, p *v1alpha1.ReplicationWorkerTemplate) bool {
96
p = convertReplicationWorkerTemplate(p)
97
c = convertReplicationWorkerTemplate(c)
98
// not equal only when current strategy is Restart and config is changed
0 commit comments