Merge pull request #192 from Filipe-Souza/service-annotations-hotfix

- Fixed wrong property in the service annotation;
This commit is contained in:
Thijs van Loef
2024-01-28 22:09:44 +01:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
{{- with .Values.server.config.annotations }}
{{- with .Values.server.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec: