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 2be38da commit 7ffb40cCopy full SHA for 7ffb40c
internal/controller/patch_funcs.go
@@ -141,6 +141,7 @@ func (r *LightrunJavaAgentReconciler) addInitContainer(deploymentApplyConfig *ap
141
).
142
WithAllowPrivilegeEscalation(false).
143
WithRunAsNonRoot(true).
144
+ WithReadOnlyRootFilesystem(true).
145
WithSeccompProfile(
146
corev1ac.SeccompProfile().
147
WithType(corev1.SeccompProfileTypeRuntimeDefault),
@@ -316,6 +317,7 @@ func (r *LightrunJavaAgentReconciler) addInitContainerToStatefulSet(statefulSetA
316
317
318
319
320
321
322
323
0 commit comments