🐛(helm) charts generate invalid YAML for collaboration API / WS

Closes #890

Remove the service blocks outside the conditionals in the collaboration
API and WS templates.

Signed-off-by: Richard Jones <rich@linuxplicable.org>
This commit is contained in:
Richard Jones
2025-04-18 13:41:34 +01:00
committed by Anthony LC
parent cd6e0ef9e1
commit f2e54308d2
3 changed files with 4 additions and 9 deletions

View File

@@ -51,10 +51,6 @@ spec:
pathType: ImplementationSpecific
{{- end }}
backend:
service:
name: {{ include "impress.yProvider.fullname" . }}
port:
number: {{ .Values.yProvider.service.port }}
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
service:
name: {{ include "impress.yProvider.fullname" . }}

View File

@@ -51,10 +51,6 @@ spec:
pathType: ImplementationSpecific
{{- end }}
backend:
service:
name: {{ include "impress.yProvider.fullname" . }}
port:
number: {{ .Values.yProvider.service.port }}
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
service:
name: {{ include "impress.yProvider.fullname" . }}