From 2625d5b30d8bf88c5329da2cfe90a91e93f189c0 Mon Sep 17 00:00:00 2001 From: Paul Glass Date: Tue, 1 Aug 2023 10:09:10 -0500 Subject: [PATCH] Revert change to mesh gateway --- charts/consul/templates/mesh-gateway-deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/consul/templates/mesh-gateway-deployment.yaml b/charts/consul/templates/mesh-gateway-deployment.yaml index a15b722b22..1936138db3 100644 --- a/charts/consul/templates/mesh-gateway-deployment.yaml +++ b/charts/consul/templates/mesh-gateway-deployment.yaml @@ -121,7 +121,6 @@ spec: initContainers: - name: mesh-gateway-init image: {{ .Values.global.imageK8S }} - {{- include "consul.restrictedSecurityContext" . | nindent 8 }} env: - name: NAMESPACE valueFrom: @@ -180,7 +179,6 @@ spec: containers: - name: mesh-gateway image: {{ .Values.global.imageConsulDataplane | quote }} - {{- include "consul.restrictedSecurityContext" . | nindent 8 }} {{- if .Values.meshGateway.resources }} resources: {{- if eq (typeOf .Values.meshGateway.resources) "string" }}