From 8553165048b8cfe05f1f2884ac4c10f0c663977e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 6 Apr 2025 21:06:48 +0200 Subject: [PATCH] fix tls name --- deploy/minio-tenant/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/minio-tenant/ingress.yaml b/deploy/minio-tenant/ingress.yaml index 2ea09fa..12c8b94 100644 --- a/deploy/minio-tenant/ingress.yaml +++ b/deploy/minio-tenant/ingress.yaml @@ -32,4 +32,4 @@ spec: - hosts: - s3.minio.panic.haus - console.minio.panic.haus - secretName: minio-tls \ No newline at end of file + secretName: panic-minio-tls \ No newline at end of file