Skip to content

Commit 1c47494

Browse files
committed
Set seccompProfile to RuntimeDefault for kapp-controller and kapp-controller-sidecarexec containers
Signed-off-by: rohitagg2020 <[email protected]>
1 parent e82ab40 commit 1c47494

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)