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: labels:
app: nginx app: nginx
spec: spec:
imagePullSecrets: harbor-secret imagePullSecrets:
- name :harbor-secret
containers: containers:
- name: nginx - name: nginx
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"