Skip to content

Commit

Permalink
fix(application-template): datadog env label 수정 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoi1104 authored Jan 8, 2025
1 parent 1c5feb4 commit e48f826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/application-template/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ maintainers:
- name: modusign
url: https://github.com/modusign
name: application-template
version: 1.6.1
version: 1.6.2
2 changes: 1 addition & 1 deletion charts/application-template/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e48f826

Please sign in to comment.