Update nginx-chart/templates/deployment.yaml
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user