File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
controlplane/config/manager Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -812,6 +812,7 @@ spec:
812812 capabilities :
813813 drop :
814814 - ALL
815+ readOnlyRootFilesystem : true
815816 volumeMounts :
816817 - mountPath : /tmp/k8s-webhook-server/serving-certs/
817818 name : certs
Original file line number Diff line number Diff line change 3535 fieldPath : metadata.namespace
3636 securityContext :
3737 allowPrivilegeEscalation : false
38+ readOnlyRootFilesystem : true
3839 capabilities :
3940 drop :
4041 - " ALL"
Original file line number Diff line number Diff line change @@ -944,6 +944,7 @@ spec:
944944 capabilities :
945945 drop :
946946 - ALL
947+ readOnlyRootFilesystem : true
947948 securityContext :
948949 runAsNonRoot : true
949950 serviceAccountName : capoa-controlplane-controller-manager
Original file line number Diff line number Diff line change 3030 name : manager
3131 securityContext :
3232 allowPrivilegeEscalation : false
33+ readOnlyRootFilesystem : true
3334 capabilities :
3435 drop :
3536 - " ALL"
Original file line number Diff line number Diff line change @@ -812,6 +812,7 @@ spec:
812812 capabilities :
813813 drop :
814814 - ALL
815+ readOnlyRootFilesystem : true
815816 volumeMounts :
816817 - mountPath : /tmp/k8s-webhook-server/serving-certs/
817818 name : certs
Original file line number Diff line number Diff line change @@ -944,6 +944,7 @@ spec:
944944 capabilities :
945945 drop :
946946 - ALL
947+ readOnlyRootFilesystem : true
947948 securityContext :
948949 runAsNonRoot : true
949950 serviceAccountName : capoa-controlplane-controller-manager
You can’t perform that action at this time.
0 commit comments