From 1979cda7e47cb4517d24bb34180008527a54ef45 Mon Sep 17 00:00:00 2001 From: shucheng Date: Sun, 24 Jan 2021 00:45:15 +0800 Subject: [PATCH] update --- templates/core/core-dpl.yaml | 2 +- templates/portal/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/core/core-dpl.yaml b/templates/core/core-dpl.yaml index ceac1b2..fa85db2 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 855830f..7b022c6 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") }} -- 2.26.0