diff --git a/templates/core/core-dpl.yaml b/templates/core/core-dpl.yaml index ceac1b2d4cd52e1099b90179a432edba5eb7828f..fa85db2fb9541a796689d4d9871b501da95333e1 100644 --- a/templates/core/core-dpl.yaml +++ b/templates/core/core-dpl.yaml @@ -14,7 +14,7 @@ spec: template: metadata: labels: -{{ include "harbor.matchLabels" . | indent 8 }} +{{ include "harbor.labels" . | indent 8 }} component: core annotations: checksum/configmap: {{ include (print $.Template.BasePath "/core/core-cm.yaml") . | sha256sum }} diff --git a/templates/portal/deployment.yaml b/templates/portal/deployment.yaml index 855830f4cecf66957ad7feb5bee764276b4ded54..7b022c6d2631a94a48f4233aba9e35ec898d344f 100644 --- a/templates/portal/deployment.yaml +++ b/templates/portal/deployment.yaml @@ -14,7 +14,7 @@ spec: template: metadata: labels: -{{ include "harbor.matchLabels" . | indent 8 }} +{{ include "harbor.labels" . | indent 8 }} component: portal annotations: {{- if and .Values.internalTLS.enabled (eq .Values.internalTLS.certSource "auto") }}