Skip to content

Commit

Permalink
Revert change to mesh gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Glass committed Aug 1, 2023
1 parent 904bdb6 commit 2625d5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/consul/templates/mesh-gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ spec:
initContainers:
- name: mesh-gateway-init
image: {{ .Values.global.imageK8S }}
{{- include "consul.restrictedSecurityContext" . | nindent 8 }}
env:
- name: NAMESPACE
valueFrom:
Expand Down Expand Up @@ -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" }}
Expand Down

0 comments on commit 2625d5b

Please sign in to comment.