Skip to content

Commit ce9a660

Browse files
joseaclcsatib02
authored andcommitted
Added securityContext.ReadOnlyRootFilesystem to existing e2e test
Signed-off-by: Jose Antonio Cortes <[email protected]>
1 parent ebf9a8d commit ce9a660

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

e2e/fluentd-aggregator/fluentd_aggregator_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@ func TestFluentdAggregator_ConfigChecks(t *testing.T) {
325325
},
326326
},
327327
Workers: 1,
328+
Security: &v1beta1.Security{
329+
SecurityContext: &corev1.SecurityContext{
330+
ReadOnlyRootFilesystem: true,
331+
},
332+
}
328333
},
329334
},
330335
}

0 commit comments

Comments
 (0)