diff --git a/nginx-chart/templates/deployment.yaml b/nginx-chart/templates/deployment.yaml index 1e9a82a..4a4fe5a 100644 --- a/nginx-chart/templates/deployment.yaml +++ b/nginx-chart/templates/deployment.yaml @@ -17,7 +17,8 @@ spec: labels: app: nginx spec: - imagePullSecrets: harbor-secret + imagePullSecrets: + - name :harbor-secret containers: - name: nginx image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"