Skip to content

Commit

Permalink
Fix: Additional labels for Tempo mixin (#541)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed Sep 26, 2023
1 parent f95938e commit 18f89f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/tempo-mixin/Chart.yaml
Expand Up @@ -27,7 +27,7 @@ keywords:
- tempo
- monitoring-mixin
- portefaix
version: 1.4.1
version: 1.4.2
appVersion: 2.0.0

maintainers:
Expand All @@ -52,4 +52,4 @@ annotations:
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: fixed
description: YAML indentation
description: YAML indentation when additionalLabels are defined
2 changes: 1 addition & 1 deletion charts/tempo-mixin/templates/_helpers.tpl
Expand Up @@ -53,7 +53,7 @@ app.kubernetes.io/component: monitoring-mixin
app.kubernetes.io/part-of: {{ include "tempo-mixin.name" . }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Values.additionalLabels }}
{{- toYaml .Values.additionalLabels }}
{{ toYaml .Values.additionalLabels }}
{{- end }}
{{- end }}

Expand Down

0 comments on commit 18f89f2

Please sign in to comment.