We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7e76d commit 4c00f53Copy full SHA for 4c00f53
1 file changed
deploy/charts/istio/istio-gateway/chart/templates/deployment.yaml
@@ -45,10 +45,6 @@ spec:
45
topology.istio.io/network: "{{.}}"
46
{{- end }}
47
spec:
48
- {{- with .Values.imagePullSecrets }}
49
- imagePullSecrets:
50
- {{- toYaml . | nindent 8 }}
51
- {{- end }}
52
serviceAccountName: {{ include "gateway.serviceAccountName" . }}
53
securityContext:
54
{{- if .Values.securityContext }}
0 commit comments