Skip to content

Commit c1da228

Browse files
rohitagg2020dmitrychilli
authored andcommitted
Set seccompProfile to RuntimeDefault for kapp-controller and kapp-controller-sidecarexec containers
Signed-off-by: rohitagg2020 <[email protected]> Signed-off-by: dmitrynovik <[email protected]>
1 parent 4909c84 commit c1da228

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/config/deployment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ spec:
6262
capabilities:
6363
drop:
6464
- ALL
65+
seccompProfile:
66+
type: RuntimeDefault
6567
- name: kapp-controller-sidecarexec
6668
image: kapp-controller
6769
args: ["--sidecarexec"]
@@ -89,6 +91,8 @@ spec:
8991
capabilities:
9092
drop:
9193
- ALL
94+
seccompProfile:
95+
type: RuntimeDefault
9296
volumes:
9397
- name: template-fs
9498
emptyDir:

0 commit comments

Comments
 (0)