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

Commit

Permalink
added-annotations-to-service-template (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Bale <chris.bale@cscs.global>
  • Loading branch information
donbale and Chris Bale authored Jan 22, 2024
1 parent 6667d2b commit dfac4f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.13.0
version: 0.14.0
3 changes: 3 additions & 0 deletions charts/ialacol/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Service
metadata:
name: {{ .Release.Name }}
namespace: {{ .Release.Namespace | quote }}
{{- if .Values.service.annotations }}
annotations: {{ .Values.service.annotations }}
{{- end }}
spec:
selector:
app.kubernetes.io/instance: {{ .Chart.Name }}
Expand Down

0 comments on commit dfac4f8

Please sign in to comment.