Update nginx-chart/templates/deployment.yaml

This commit is contained in:
2026-07-18 05:59:07 +00:00
parent a3714a6933
commit dea710938a
+2 -1
View File
@@ -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 }}"