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 8663917 commit 700fb2eCopy full SHA for 700fb2e
controllers/set/reconcile.go
@@ -159,6 +159,9 @@ func (c *controller) createFirewall(r *controllers.Ctx[*v2.FirewallSet]) (*v2.Fi
159
160
if r.Target.Annotations != nil {
161
if val, ok := r.Target.Annotations[v2.FirewallNoControllerConnectionAnnotation]; ok {
162
+ if meta.Annotations == nil {
163
+ meta.Annotations = map[string]string{}
164
+ }
165
meta.Annotations[v2.FirewallNoControllerConnectionAnnotation] = val
166
}
167
0 commit comments