Skip to content

Commit 5f260ec

Browse files
authored
Merge pull request #1467 from carvel-dev/ra-add-seccompProfile
Set seccompProfile to RuntimeDefault for both containers.
2 parents 4909c84 + 1c47494 commit 5f260ec

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)