Skip to content

Commit

Permalink
Fixing rendering of annotations in the svc template (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Bickford <[email protected]>

Co-authored-by: Travis Bickford <[email protected]>
  • Loading branch information
tbickford and sstk-tbickford authored Sep 29, 2021
1 parent 5992de7 commit eda4d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chartmuseum/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Host your own Helm Chart Repository
name: chartmuseum
version: 3.1.0
version: 3.1.1
appVersion: 0.13.1
home: https://github.com/helm/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
Expand Down
2 changes: 1 addition & 1 deletion src/chartmuseum/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: {{ .Values.service.servicename | default (include "chartmuseum.fullname" .) }}
{{- with .Values.service.annotations }}
annotations:
{{ toYaml . | indent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
{{- include "chartmuseum.labels" . | nindent 4 }}
Expand Down

0 comments on commit eda4d5c

Please sign in to comment.