diff --git a/docs/multicluster/controlplane-gateway.yaml b/docs/multicluster/controlplane-gateway.yaml index 33689f854..8b37726f9 100644 --- a/docs/multicluster/controlplane-gateway.yaml +++ b/docs/multicluster/controlplane-gateway.yaml @@ -183,10 +183,6 @@ spec: - mountPath: /etc/istio/ingressgateway-ca-certs name: ingressgateway-ca-certs readOnly: true - securityContext: - runAsGroup: 1337 - runAsNonRoot: true - runAsUser: 1337 serviceAccountName: istio-ingressgateway-service-account volumes: - emptyDir: {} diff --git a/docs/multicluster/east-west-gateway-net1.yaml b/docs/multicluster/east-west-gateway-net1.yaml index b6c7f9b46..ae68233f4 100644 --- a/docs/multicluster/east-west-gateway-net1.yaml +++ b/docs/multicluster/east-west-gateway-net1.yaml @@ -103,10 +103,6 @@ spec: - mountPath: /etc/istio/ingressgateway-ca-certs name: ingressgateway-ca-certs readOnly: true - securityContext: - runAsGroup: 1337 - runAsNonRoot: true - runAsUser: 1337 serviceAccountName: istio-eastwestgateway-service-account volumes: - name: ingressgateway-certs diff --git a/docs/multicluster/east-west-gateway-net2.yaml b/docs/multicluster/east-west-gateway-net2.yaml index 6a5995241..7e055ff6b 100644 --- a/docs/multicluster/east-west-gateway-net2.yaml +++ b/docs/multicluster/east-west-gateway-net2.yaml @@ -103,10 +103,6 @@ spec: - mountPath: /etc/istio/ingressgateway-ca-certs name: ingressgateway-ca-certs readOnly: true - securityContext: - runAsGroup: 1337 - runAsNonRoot: true - runAsUser: 1337 serviceAccountName: istio-eastwestgateway-service-account volumes: - name: ingressgateway-certs