From d3cf3773f5884fd4869601ad1008281d3bb403c2 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sun, 13 Oct 2024 19:59:05 +0200 Subject: [PATCH] try use proper secret for whoami --- whoami/base/whoami-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whoami/base/whoami-ingress.yaml b/whoami/base/whoami-ingress.yaml index 11d1578..9b7a2e1 100644 --- a/whoami/base/whoami-ingress.yaml +++ b/whoami/base/whoami-ingress.yaml @@ -10,4 +10,4 @@ spec: - name: whoami port: web tls: - secretName: whoami.mziesel.nl-secret + secretName: cert-manager/whoami.mziesel.nl-secret