Skip to content

Commit dffe169

Browse files
authored
chore(helm): annotations (#169)
1 parent df486bd commit dffe169

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

install/kubernetes/github-actions-cache-server/templates/service.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ metadata:
44
name: {{ include "github-actions-cache-server.fullname" . }}
55
labels:
66
{{- include "github-actions-cache-server.labels" . | nindent 4 }}
7+
{{- with .Values.service.annotations }}
8+
annotations:
9+
{{- toYaml . | nindent 4 }}
10+
{{- end }}
711
spec:
812
type: {{ .Values.service.type }}
913
ports:

install/kubernetes/github-actions-cache-server/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ securityContext:
4545
service:
4646
type: ClusterIP
4747
port: 80
48+
annotations: {}
4849

4950
ingress:
5051
enabled: false

0 commit comments

Comments
 (0)