We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d843026 commit 02cf554Copy full SHA for 02cf554
templates/services.yaml
@@ -83,8 +83,8 @@ metadata:
83
{{- if .Values.st2web.service.hostname }}
84
external-dns.alpha.kubernetes.io/hostname: {{ .Values.st2web.service.hostname | quote }}
85
{{- end }}
86
-{{- if .Values.st2web.annotations }}
87
-{{ toYaml .Values.st2web.annotations | indent 4 }}
+{{- if .Values.st2web.service.annotations }}
+{{ toYaml .Values.st2web.service.annotations | indent 4 }}
88
89
labels:
90
app: st2web
0 commit comments