From e48f826e305d30b62b59fde665c46a521a1d0fdf Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 9 Jan 2025 00:59:26 +0900 Subject: [PATCH] =?UTF-8?q?fix(application-template):=20datadog=20env=20la?= =?UTF-8?q?bel=20=EC=88=98=EC=A0=95=20(#24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/application-template/Chart.yaml | 2 +- charts/application-template/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/application-template/Chart.yaml b/charts/application-template/Chart.yaml index 8de15e5..09f6a22 100644 --- a/charts/application-template/Chart.yaml +++ b/charts/application-template/Chart.yaml @@ -9,4 +9,4 @@ maintainers: - name: modusign url: https://github.com/modusign name: application-template -version: 1.6.1 +version: 1.6.2 diff --git a/charts/application-template/templates/_helpers.tpl b/charts/application-template/templates/_helpers.tpl index d43eccb..35b9a92 100644 --- a/charts/application-template/templates/_helpers.tpl +++ b/charts/application-template/templates/_helpers.tpl @@ -65,7 +65,7 @@ env: {{ include "application.env" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }} {{- if .Values.global.observability.datadog.admissionController.enabled }} -tags.datadoghq.com/env: {{ include "application.env" . }} +tags.datadoghq.com/env: {{ include "application.env" . }}-{{ .Release.Namespace }} tags.datadoghq.com/service: {{ .Release.Name }} tags.datadoghq.com/version: {{ .Values.global.image.tag | quote }} {{- end }}