Skip to content

Commit

Permalink
remove seccompProfile (#162)
Browse files Browse the repository at this point in the history
* remove seccompProfile
part of kiali/kiali#5409

* remove from operator
  • Loading branch information
jmazzitelli authored Aug 25, 2022
1 parent 107f36f commit 28d7c14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions kiali-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ spec:
allowPrivilegeEscalation: false
privileged: false
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
Expand Down
2 changes: 0 additions & 2 deletions kiali-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ spec:
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
Expand Down

0 comments on commit 28d7c14

Please sign in to comment.