Fix apollo server (#14)

* fix typo in apollo service template

* set values to empty dict
This commit is contained in:
dferrisctrliq 2023-07-06 12:53:42 -07:00 committed by GitHub
parent 3a013ac291
commit b464ff7731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 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,5 @@ nodeSelector: {}
tolerations: []
affinity: {}
serviceAnnotations: {}