Skip to content

Commit

Permalink
updated webhook deployment container securityContext to restrict unsh…
Browse files Browse the repository at this point in the history
…are call

Signed-off-by: Santosh Kumar <[email protected]>
  • Loading branch information
santoshkumar-ibm authored and MuthuSundaravadivel committed May 20, 2024
1 parent 96be379 commit 48fdc43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/hlfsupport_crds/templates/k8s/deployment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ spec:
- ALL
add:
- NET_BIND_SERVICE
seccompProfile:
type: RuntimeDefault
env:
- name: "LICENSE"
value: "accept"
Expand Down
2 changes: 2 additions & 0 deletions roles/hlfsupport_crds/templates/openshift/deployment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ spec:
- ALL
add:
- NET_BIND_SERVICE
seccompProfile:
type: RuntimeDefault
env:
- name: "LICENSE"
value: "accept"
Expand Down

0 comments on commit 48fdc43

Please sign in to comment.