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