From 778dac42f666bc12e299a0a56aeb9f94948b7b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Luk=C5=A1a?= Date: Thu, 19 Dec 2024 16:42:24 +0100 Subject: [PATCH] Remove unneeded securityContext fields from multicluster manifests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marko Lukša --- docs/multicluster/controlplane-gateway.yaml | 4 ---- docs/multicluster/east-west-gateway-net1.yaml | 4 ---- docs/multicluster/east-west-gateway-net2.yaml | 4 ---- 3 files changed, 12 deletions(-) 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