Skip to content

Commit 02cf554

Browse files
committed
Move st2web.annotations into st2web.service
1 parent d843026 commit 02cf554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/services.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ metadata:
8383
{{- if .Values.st2web.service.hostname }}
8484
external-dns.alpha.kubernetes.io/hostname: {{ .Values.st2web.service.hostname | quote }}
8585
{{- end }}
86-
{{- if .Values.st2web.annotations }}
87-
{{ toYaml .Values.st2web.annotations | indent 4 }}
86+
{{- if .Values.st2web.service.annotations }}
87+
{{ toYaml .Values.st2web.service.annotations | indent 4 }}
8888
{{- end }}
8989
labels:
9090
app: st2web

0 commit comments

Comments
 (0)