Skip to content

Commit

Permalink
use nindent for indenting service annotations (#188)
Browse files Browse the repository at this point in the history
* use nindent for indenting service annotations

fixes #187
  • Loading branch information
chriswk authored Feb 21, 2025
1 parent f9e9a4f commit 2eac9a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/unleash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion charts/unleash/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2eac9a1

Please sign in to comment.