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 2c61b5a commit 1e52e44Copy full SHA for 1e52e44
internal/controller/provisioner/setter.go
@@ -166,7 +166,7 @@ func roleBindingSpecSetter(
166
}
167
168
func mergeAnnotations(existing, desired map[string]string) map[string]string {
169
- trackingKey := "gateway.nginx.org/internal-managed-annotation-keys"
+ const trackingKey = "gateway.nginx.org/internal-managed-annotation-keys"
170
desiredKeys := make(map[string]struct{}, len(desired))
171
for key := range desired {
172
desiredKeys[key] = struct{}{}
0 commit comments