Skip to content

Commit

Permalink
Set seccompProfile to RuntimeDefault for both containers.
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Aggarwal <[email protected]>
  • Loading branch information
rohitagg2020 committed Apr 10, 2024
1 parent 209dc67 commit 55ca5f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
- name: kapp-controller-sidecarexec
image: kapp-controller
args: ["--sidecarexec"]
Expand Down Expand Up @@ -89,6 +91,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: template-fs
emptyDir:
Expand Down

0 comments on commit 55ca5f8

Please sign in to comment.