1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

Update service.yaml (#549)

additionalPorts causes failure in chart rendering, cause new line is not added.

Signed-off-by: DmitrievStepan <61726889+DmitrievStepan@users.noreply.github.com>
This commit is contained in:
DmitrievStepan 2024-11-02 20:52:29 +05:00 committed by GitHub
parent b7b9721a3c
commit 00098b82ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,8 +21,8 @@ spec:
protocol: TCP
name: http
{{- if .Values.ui.service.additionalPorts }}
{{ toYaml .Values.ui.service.additionalPorts | indent 4 }}
{{- toYaml .Values.ui.service.additionalPorts | nindent 4 }}
{{- end }}
selector:
{{- include "ui.selectorLabels" . | nindent 4 }}
{{- end }}
{{- end }}