Merge branch 'main' into apollo-temporal-ns-create

This commit is contained in:
dferrisctrliq 2023-07-17 07:43:19 -07:00 committed by GitHub
commit 6a084ede66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -96,3 +96,6 @@ temporal:
tag: 1.19.1 tag: 1.19.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
Namespace: default Namespace: default
serviceAnnotations: {}