mirror of
https://github.com/versity/versitygw.git
synced 2026-03-27 18:05:00 +00:00
fix(chart): fix multidoc separator when 2 routes are enabled
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user