Skip to content

Commit 94c53c9

Browse files
joseaclcsatib02
authored andcommitted
Fixed syntax in e2e test
Signed-off-by: Jose Antonio Cortes <[email protected]>
1 parent a251831 commit 94c53c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/fluentd-aggregator/fluentd_aggregator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ func TestFluentdAggregator_ConfigChecks(t *testing.T) {
327327
Workers: 1,
328328
Security: &v1beta1.Security{
329329
SecurityContext: &corev1.SecurityContext{
330-
ReadOnlyRootFilesystem: true,
330+
ReadOnlyRootFilesystem: utils.BoolPointer(true),
331331
},
332332
},
333333
},

0 commit comments

Comments
 (0)