This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree 2 files changed +6
-7
lines changed
deployment/mcad-controller/templates/manager
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 45
45
# - linux
46
46
securityContext :
47
47
runAsNonRoot : true
48
- # TODO(user): For common cases that do not require escalating privileges
49
- # it is recommended to ensure that all your Pods/Containers are restrictive.
50
- # More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
51
- # Please uncomment the following code if your project does NOT have to work on old Kubernetes
52
- # versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
53
- # seccompProfile:
54
- # type: RuntimeDefault
48
+ seccompProfile :
49
+ type : RuntimeDefault
55
50
containers :
56
51
- command :
57
52
- /manager
Original file line number Diff line number Diff line change 16
16
spec :
17
17
securityContext :
18
18
runAsNonRoot : true
19
+ seccompProfile :
20
+ type : RuntimeDefault
19
21
serviceAccountName : {{ .Values.serviceAccount }}
20
22
terminationGracePeriodSeconds : 10
21
23
priorityClassName : system-node-critical
99
101
spec :
100
102
securityContext :
101
103
runAsNonRoot : true
104
+ seccompProfile :
105
+ type : RuntimeDefault
102
106
serviceAccountName : {{ .Values.serviceAccount }}
103
107
terminationGracePeriodSeconds : 10
104
108
priorityClassName : system-node-critical
You can’t perform that action at this time.
0 commit comments