From 457cc13baf5c57f7395de3724e7ac0f234bfcaad Mon Sep 17 00:00:00 2001 From: Jho Lee Date: Sat, 2 Oct 2021 22:23:18 +0900 Subject: [PATCH] Fix typo in templates/core/core-dpl.yaml --- templates/core/core-dpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/core/core-dpl.yaml b/templates/core/core-dpl.yaml index 798b6ca97..2e14e756a 100644 --- a/templates/core/core-dpl.yaml +++ b/templates/core/core-dpl.yaml @@ -4,7 +4,7 @@ metadata: name: {{ template "harbor.core" . }} labels: {{ include "harbor.labels" . | indent 4 }} -{{ include "harbor.labels" . | indent 4 }} +{{ include "harbor.core.labels" . | indent 4 }} spec: replicas: {{ .Values.core.replicas }} selector: