fix typo in apollo service template

This commit is contained in:
Dan Ferris 2023-07-06 12:50:55 -07:00
parent 3a013ac291
commit b3c2abfe6c
2 changed files with 6 additions and 2 deletions

View File

@ -4,9 +4,9 @@ metadata:
name: {{ include "apollo-server.fullname" . }}
labels:
{{- include "apollo-server.labels" . | nindent 4 }}
{{ - with .apollo-server.serviceAnnotations }}
{{- with .Values.serviceAnnotations }}
annotations:
{{ - toYaml . | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}

View File

@ -88,3 +88,7 @@ nodeSelector: {}
tolerations: []
affinity: {}
serviceAnnotations:
test1: "1"
test2: "2"