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