Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Fix/add annotations to service template (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
donbale committed Jan 23, 2024
1 parent dfac4f8 commit 303f25c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ialacol/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 0.13.0
description: A Helm chart for ialacol
name: ialacol
type: application
version: 0.14.0
version: 0.15.0
5 changes: 3 additions & 2 deletions charts/ialacol/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ kind: Service
metadata:
name: {{ .Release.Name }}
namespace: {{ .Release.Namespace | quote }}
{{- if .Values.service.annotations }}
annotations: {{ .Values.service.annotations }}
{{- with .Values.service.annotations }}
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
spec:
selector:
Expand Down

0 comments on commit 303f25c

Please sign in to comment.