Skip to content

Commit

Permalink
Merge pull request #1526 from carvel-dev/ra-0.50.x-add-seccompProfile
Browse files Browse the repository at this point in the history
Set seccompProfile to RuntimeDefault for both containers for 0.50.x.
  • Loading branch information
rohitagg2020 authored Apr 11, 2024
2 parents 209dc67 + 55ca5f8 commit c880aaa
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 c880aaa

Please sign in to comment.