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:
parent
b7b9721a3c
commit
00098b82ed
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue