@@ -241,7 +241,8 @@ func Test_fixTargetNamespace(t *testing.T) {
241
241
"annotations" : map [string ]interface {}{
242
242
"cert-manager.io/inject-ca-from" : "bar/capm3-serving-cert" ,
243
243
},
244
- "name" : "capm3-mutating-webhook-configuration" ,
244
+
245
+ "name" : "capm3-mutating-webhook-configuration" ,
245
246
},
246
247
"webhooks" : []interface {}{
247
248
map [string ]interface {}{
@@ -328,7 +329,7 @@ func Test_fixTargetNamespace(t *testing.T) {
328
329
"annotations" : map [string ]interface {}{
329
330
"cert-manager.io/inject-ca-from" : "bar/capm3-serving-cert" ,
330
331
},
331
- "name" : "capm3-mutating-webhook-configuration" ,
332
+ "name" : "capm3-mutating-webhook-configuration" ,
332
333
},
333
334
"webhooks" : []interface {}{
334
335
map [string ]interface {}{
@@ -388,7 +389,7 @@ func Test_fixTargetNamespace(t *testing.T) {
388
389
"annotations" : map [string ]interface {}{
389
390
"cert-manager.io/inject-ca-from" : "bar/capm3-serving-cert" ,
390
391
},
391
- "name" : "aCoolName" ,
392
+ "name" : "aCoolName" ,
392
393
},
393
394
"spec" : map [string ]interface {}{
394
395
"group" : "" ,
@@ -488,7 +489,7 @@ func Test_fixTargetNamespace(t *testing.T) {
488
489
"annotations" : map [string ]interface {}{
489
490
"cert-manager.io/inject-ca-from" : "bar/capm3-serving-cert" ,
490
491
},
491
- "name" : "aCoolName" ,
492
+ "name" : "aCoolName" ,
492
493
},
493
494
"spec" : map [string ]interface {}{
494
495
"group" : "" ,
0 commit comments