@@ -189,6 +189,7 @@ func TestRenderCommand(t *testing.T) {
189
189
"--controllers=-bootstrapsigner" ,
190
190
"--controllers=-tokencleaner" ,
191
191
"--controllers=-ttl" ,
192
+ "--controllers=selinux-warning-controller" ,
192
193
"--enable-dynamic-provisioning=true" ,
193
194
"--feature-gates=Bar=false" ,
194
195
"--feature-gates=Foo=true" ,
@@ -268,6 +269,7 @@ func TestRenderCommand(t *testing.T) {
268
269
"--controllers=-bootstrapsigner" ,
269
270
"--controllers=-tokencleaner" ,
270
271
"--controllers=-ttl" ,
272
+ "--controllers=selinux-warning-controller" ,
271
273
"--enable-dynamic-provisioning=true" ,
272
274
"--feature-gates=Bar=false" ,
273
275
"--feature-gates=Foo=true" ,
@@ -333,6 +335,7 @@ func TestRenderCommand(t *testing.T) {
333
335
"--controllers=-bootstrapsigner" ,
334
336
"--controllers=-tokencleaner" ,
335
337
"--controllers=-ttl" ,
338
+ "--controllers=selinux-warning-controller" ,
336
339
"--enable-dynamic-provisioning=true" ,
337
340
"--feature-gates=AwesomeNewFeature=true" ,
338
341
"--feature-gates=BadFailingFeature=false" ,
0 commit comments