From b83ff3f3a23b1d225656ca34760f5a3859818382 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 18 Jul 2026 05:59:25 +0000 Subject: [PATCH] Update nginx-chart/templates/deployment.yaml --- nginx-chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"