From 8b887f3f86daae67ebceb03be454e5b9a3049414 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 30 Mar 2024 17:03:19 +0000 Subject: [PATCH] Use new secret name Signed-off-by: Marcus Noble --- manifests/auth-proxy/auth-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/auth-proxy/auth-ingress.yaml b/manifests/auth-proxy/auth-ingress.yaml index 1f9ec2f..3a57dc4 100644 --- a/manifests/auth-proxy/auth-ingress.yaml +++ b/manifests/auth-proxy/auth-ingress.yaml @@ -11,7 +11,7 @@ spec: tls: - hosts: - hello.cluster.fun - secretName: non-auth-proxy-ingress + secretName: non-auth-proxy-ingress-v2 rules: - host: hello.cluster.fun http: