Skip to content

Commit fcf6977

Browse files
authored
add securityContext .seccompProfile field (#330)
Signed-off-by: Allen Li <[email protected]>
1 parent 42bd44a commit fcf6977

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ spec:
137137
ephemeral-storage: 256Mi
138138
memory: 200Mi
139139
securityContext:
140+
seccompProfile:
141+
type: RuntimeDefault
140142
allowPrivilegeEscalation: false
141143
capabilities:
142144
drop:

config/manager/manager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ spec:
6666
memory: 200Mi
6767
ephemeral-storage: 256Mi
6868
securityContext:
69+
seccompProfile:
70+
type: RuntimeDefault
6971
allowPrivilegeEscalation: false
7072
capabilities:
7173
drop:

0 commit comments

Comments
 (0)