Skip to content

Commit 4c00f53

Browse files
committed
removal of errorneous imagePullSecret declaration
1 parent ff7e76d commit 4c00f53

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

deploy/charts/istio/istio-gateway/chart/templates/deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ spec:
4545
topology.istio.io/network: "{{.}}"
4646
{{- end }}
4747
spec:
48-
{{- with .Values.imagePullSecrets }}
49-
imagePullSecrets:
50-
{{- toYaml . | nindent 8 }}
51-
{{- end }}
5248
serviceAccountName: {{ include "gateway.serviceAccountName" . }}
5349
securityContext:
5450
{{- if .Values.securityContext }}

0 commit comments

Comments
 (0)