From 38df8df2e6555b0a9b6cf2daa0afcc9265f84a77 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 9 Oct 2024 09:44:46 +0100 Subject: [PATCH] fix: point to correct host --- charts/agent-stack/templates/minio-cert.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/agent-stack/templates/minio-cert.yaml b/charts/agent-stack/templates/minio-cert.yaml index ffc6c9746..e05e6dc74 100644 --- a/charts/agent-stack/templates/minio-cert.yaml +++ b/charts/agent-stack/templates/minio-cert.yaml @@ -22,7 +22,7 @@ spec: - client auth - key encipherment dnsNames: - - "minio.{{ .Values.global.ingress.host }}" + - "minio.{{ .Values.global.network.ingress.host }}" - "minio" - "minio.{{ .Release.Namespace }}" - "minio.{{ .Release.Namespace }}.svc"