Skip to content

Commit a37a6d3

Browse files
authored
Remove unneeded securityContext fields from multicluster manifests (openshift-service-mesh#539)
Signed-off-by: Marko Lukša <[email protected]>
1 parent c199471 commit a37a6d3

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

docs/multicluster/controlplane-gateway.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ spec:
183183
- mountPath: /etc/istio/ingressgateway-ca-certs
184184
name: ingressgateway-ca-certs
185185
readOnly: true
186-
securityContext:
187-
runAsGroup: 1337
188-
runAsNonRoot: true
189-
runAsUser: 1337
190186
serviceAccountName: istio-ingressgateway-service-account
191187
volumes:
192188
- emptyDir: {}

docs/multicluster/east-west-gateway-net1.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ spec:
103103
- mountPath: /etc/istio/ingressgateway-ca-certs
104104
name: ingressgateway-ca-certs
105105
readOnly: true
106-
securityContext:
107-
runAsGroup: 1337
108-
runAsNonRoot: true
109-
runAsUser: 1337
110106
serviceAccountName: istio-eastwestgateway-service-account
111107
volumes:
112108
- name: ingressgateway-certs

docs/multicluster/east-west-gateway-net2.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ spec:
103103
- mountPath: /etc/istio/ingressgateway-ca-certs
104104
name: ingressgateway-ca-certs
105105
readOnly: true
106-
securityContext:
107-
runAsGroup: 1337
108-
runAsNonRoot: true
109-
runAsUser: 1337
110106
serviceAccountName: istio-eastwestgateway-service-account
111107
volumes:
112108
- name: ingressgateway-certs

0 commit comments

Comments
 (0)