Skip to content

Commit

Permalink
remove seccompProfile (#562)
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 b4ed049 commit 747b9a9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ spec:
allowPrivilegeEscalation: false
privileged: false
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ spec:
allowPrivilegeEscalation: false
privileged: false
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ spec:
allowPrivilegeEscalation: false
privileged: false
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ spec:
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ spec:
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
Expand Down

0 comments on commit 747b9a9

Please sign in to comment.