From af9761a6994f84beecdabe675e7e41a99e7654a4 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Mon, 13 Jul 2026 22:47:43 +0200 Subject: [PATCH] autocommit --- helm/istio/templates/gateway.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm/istio/templates/gateway.yaml b/helm/istio/templates/gateway.yaml index 565b15d..f28ac22 100644 --- a/helm/istio/templates/gateway.yaml +++ b/helm/istio/templates/gateway.yaml @@ -27,6 +27,5 @@ spec: - '*.apps.linvogel.ch' tls: mode: SIMPLE # enables HTTPS on this port - serverCertificate: /etc/certs/servercert.pem - privateKey: /etc/certs/privatekey.pem + credentialName: istio-ingress-tls-secret # TODO: secret here \ No newline at end of file