From 2eac9a1f7d4b7795f6a1604292d6e86cd25a830c Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Fri, 21 Feb 2025 10:45:09 +0100 Subject: [PATCH] use nindent for indenting service annotations (#188) * use nindent for indenting service annotations fixes #187 --- charts/unleash/Chart.yaml | 2 +- charts/unleash/templates/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/unleash/Chart.yaml b/charts/unleash/Chart.yaml index 2b0a905..ab3c3d7 100644 --- a/charts/unleash/Chart.yaml +++ b/charts/unleash/Chart.yaml @@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 5.4.1 +version: 5.4.2 appVersion: "6.6.0" diff --git a/charts/unleash/templates/service.yaml b/charts/unleash/templates/service.yaml index 3eac537..ff24aed 100644 --- a/charts/unleash/templates/service.yaml +++ b/charts/unleash/templates/service.yaml @@ -6,7 +6,7 @@ metadata: {{- include "unleash.labels" . | nindent 4 }} {{- with .Values.service.annotations }} annotations: - {{ toYaml . | indent 4 }} + {{ toYaml . | nindent 4 }} {{- end }} spec: type: {{ .Values.service.type }}