Skip to content

Commit

Permalink
Merge pull request #1527 from carvel-dev/ra-0.48.x-add-seccompProfile
Browse files Browse the repository at this point in the history
Set seccompProfile to RuntimeDefault for both containers for 0.48.x.
  • Loading branch information
rohitagg2020 authored Apr 11, 2024
2 parents 5b60f96 + ddb7d0d commit 0216421
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 @@ -59,6 +59,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
- name: kapp-controller-sidecarexec
image: kapp-controller
args: ["--sidecarexec"]
Expand Down Expand Up @@ -86,6 +88,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: template-fs
emptyDir:
Expand Down

0 comments on commit 0216421

Please sign in to comment.