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