fix(chart): fix multidoc separator when 2 routes are enabled

This commit is contained in:
Anthony Clerici
2026-03-06 21:21:49 -08:00
parent dbc3e23eb3
commit b15470732d
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
name: versitygw
description: A Helm chart for deploying the Versity S3 Gateway on Kubernetes
type: application
version: 0.2.0
version: 0.2.1
sources:
- https://github.com/versity/versitygw
icon: https://raw.githubusercontent.com/versity/versitygw/main/webui/web/assets/images/Versity-logo-blue-horizontal.png

View File

@@ -25,8 +25,8 @@ spec:
port: {{ .backendPort | default $.Values.gateway.port }}
{{- end }}
{{- end }}
{{- if and .Values.admin.enabled .Values.admin.httpRoute.enabled }}
---
{{- if and .Values.admin.enabled .Values.admin.httpRoute.enabled -}}
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
@@ -53,8 +53,8 @@ spec:
port: {{ $.Values.admin.port }}
{{- end }}
{{- end }}
{{- if and .Values.webui.enabled .Values.webui.httpRoute.enabled }}
---
{{- if and .Values.webui.enabled .Values.webui.httpRoute.enabled -}}
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata: