Skip to content

Commit 747b9a9

Browse files
authored
remove seccompProfile (kiali#562)
* remove seccompProfile part of kiali/kiali#5409 * remove from operator
1 parent b4ed049 commit 747b9a9

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

manifests/kiali-community/1.56.0/manifests/kiali.v1.56.0.clusterserviceversion.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ spec:
207207
allowPrivilegeEscalation: false
208208
privileged: false
209209
runAsNonRoot: true
210-
seccompProfile:
211-
type: RuntimeDefault
212210
capabilities:
213211
drop:
214212
- ALL

manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ spec:
241241
allowPrivilegeEscalation: false
242242
privileged: false
243243
runAsNonRoot: true
244-
seccompProfile:
245-
type: RuntimeDefault
246244
capabilities:
247245
drop:
248246
- ALL

manifests/kiali-upstream/1.56.0/manifests/kiali.v1.56.0.clusterserviceversion.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ spec:
207207
allowPrivilegeEscalation: false
208208
privileged: false
209209
runAsNonRoot: true
210-
seccompProfile:
211-
type: RuntimeDefault
212210
capabilities:
213211
drop:
214212
- ALL

roles/default/kiali-deploy/templates/kubernetes/deployment.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ spec:
6060
privileged: false
6161
readOnlyRootFilesystem: true
6262
runAsNonRoot: true
63-
seccompProfile:
64-
type: RuntimeDefault
6563
capabilities:
6664
drop:
6765
- ALL

roles/default/kiali-deploy/templates/openshift/deployment.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ spec:
6060
privileged: false
6161
readOnlyRootFilesystem: true
6262
runAsNonRoot: true
63-
seccompProfile:
64-
type: RuntimeDefault
6563
capabilities:
6664
drop:
6765
- ALL

0 commit comments

Comments
 (0)