From 5e790c56cd893ed33babc6f4ecf21534c22a4c0c Mon Sep 17 00:00:00 2001 From: eding Date: Wed, 16 Sep 2026 20:53:01 +0200 Subject: [PATCH] feat: bind secret route to HTTPS --- charts/maidn-e2e-secret/templates/httproute.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/maidn-e2e-secret/templates/httproute.yaml b/charts/maidn-e2e-secret/templates/httproute.yaml index bc586e8..dbf5ec7 100644 --- a/charts/maidn-e2e-secret/templates/httproute.yaml +++ b/charts/maidn-e2e-secret/templates/httproute.yaml @@ -7,6 +7,9 @@ spec: - name: {{ .Values.gateway.name }} namespace: {{ .Values.gateway.namespace }} sectionName: http + - name: {{ .Values.gateway.name }} + namespace: {{ .Values.gateway.namespace }} + sectionName: https-wildcard {{- with .Values.gateway.hostname }} hostnames: - {{ . | quote }}