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 84be009 commit 0926bf4Copy full SHA for 0926bf4
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