goharbor/harbor-helm

`registry.existingSecret` is only set on `registryctl` container, not `registry`.

felixscheinost opened this issue · 0 comments

This block:

{{- if .Values.registry.existingSecret }}
- name: REGISTRY_HTTP_SECRET
valueFrom:
secretKeyRef:
name: {{ .Values.registry.existingSecret }}
key: {{ .Values.registry.existingSecretKey }}
{{- end }}

Is missing for the registry container.