🐛(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

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
## Fixed
- 🐛(helm) charts generate invalid YAML for collaboration API / WS #890
## [3.4.2] - 2025-07-18
### Changed
@@ -141,7 +145,6 @@ and this project adheres to
- 🐛(backend) race condition create doc #633
- 🐛(frontend) fix breaklines in custom blocks #908
## [3.1.0] - 2025-04-07
## Added

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" . }}