🐛(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:
committed by
Anthony LC
parent
cd6e0ef9e1
commit
f2e54308d2
@@ -8,6 +8,10 @@ and this project adheres to
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- 🐛(helm) charts generate invalid YAML for collaboration API / WS #890
|
||||||
|
|
||||||
## [3.4.2] - 2025-07-18
|
## [3.4.2] - 2025-07-18
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@@ -141,7 +145,6 @@ and this project adheres to
|
|||||||
- 🐛(backend) race condition create doc #633
|
- 🐛(backend) race condition create doc #633
|
||||||
- 🐛(frontend) fix breaklines in custom blocks #908
|
- 🐛(frontend) fix breaklines in custom blocks #908
|
||||||
|
|
||||||
|
|
||||||
## [3.1.0] - 2025-04-07
|
## [3.1.0] - 2025-04-07
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|||||||
@@ -51,10 +51,6 @@ spec:
|
|||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
{{- end }}
|
{{- end }}
|
||||||
backend:
|
backend:
|
||||||
service:
|
|
||||||
name: {{ include "impress.yProvider.fullname" . }}
|
|
||||||
port:
|
|
||||||
number: {{ .Values.yProvider.service.port }}
|
|
||||||
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
|
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
|
||||||
service:
|
service:
|
||||||
name: {{ include "impress.yProvider.fullname" . }}
|
name: {{ include "impress.yProvider.fullname" . }}
|
||||||
|
|||||||
@@ -51,10 +51,6 @@ spec:
|
|||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
{{- end }}
|
{{- end }}
|
||||||
backend:
|
backend:
|
||||||
service:
|
|
||||||
name: {{ include "impress.yProvider.fullname" . }}
|
|
||||||
port:
|
|
||||||
number: {{ .Values.yProvider.service.port }}
|
|
||||||
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
|
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
|
||||||
service:
|
service:
|
||||||
name: {{ include "impress.yProvider.fullname" . }}
|
name: {{ include "impress.yProvider.fullname" . }}
|
||||||
|
|||||||
Reference in New Issue
Block a user