mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-16 02:01:25 +00:00
fix typo in apollo service template
This commit is contained in:
parent
3a013ac291
commit
b3c2abfe6c
@ -4,7 +4,7 @@ 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 }}
|
||||||
|
@ -88,3 +88,7 @@ nodeSelector: {}
|
|||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
serviceAnnotations:
|
||||||
|
test1: "1"
|
||||||
|
test2: "2"
|
||||||
|
Loading…
Reference in New Issue
Block a user