Remove duplicates

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
juan131
2019-08-23 10:58:58 +02:00
parent 8d1f96532c
commit c934383bb8

View File

@@ -23,10 +23,6 @@ spec:
{{- end }}
spec:
{{- include "harbor.imagePullSecrets" . | indent 6 }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: clair
image: "{{ template "harbor.clairImage" . }}"