diff --git a/templates/registry/registry-dpl.yaml b/templates/registry/registry-dpl.yaml index 6310b9de0..a86e2eee0 100644 --- a/templates/registry/registry-dpl.yaml +++ b/templates/registry/registry-dpl.yaml @@ -96,7 +96,6 @@ spec: {{- if not (empty .Values.containerSecurityContext) }} securityContext: {{ .Values.containerSecurityContext | toYaml | nindent 10 }} {{- end }} - args: ["serve", "/etc/registry/config.yml"] envFrom: - secretRef: name: "{{ template "harbor.registry" . }}"