File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1616 - mountPath : /tmp/k8s-webhook-server/serving-certs
1717 name : cert
1818 readOnly : true
19+ securityContext :
20+ allowPrivilegeEscalation : false
21+ capabilities :
22+ drop :
23+ - All
24+ runAsNonRoot : true
25+ seccompProfile :
26+ type : RuntimeDefault
1927 volumes :
2028 - name : cert
2129 secret :
Original file line number Diff line number Diff line change 1616 - mountPath : /tmp/k8s-webhook-server/serving-certs
1717 name : cert
1818 readOnly : true
19+ securityContext :
20+ allowPrivilegeEscalation : false
21+ capabilities :
22+ drop :
23+ - All
24+ runAsNonRoot : true
25+ seccompProfile :
26+ type : RuntimeDefault
1927 volumes :
2028 - name : cert
2129 secret :
Original file line number Diff line number Diff line change 3838 valueFrom :
3939 fieldRef :
4040 fieldPath : metadata.namespace
41+ securityContext :
42+ allowPrivilegeEscalation : false
43+ capabilities :
44+ drop :
45+ - All
46+ runAsNonRoot : true
47+ seccompProfile :
48+ type : RuntimeDefault
4149 terminationGracePeriodSeconds : 10
You can’t perform that action at this time.
0 commit comments