From 257875673eab62204a2c73724e5ff824bc2468f9 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Mon, 21 Oct 2024 11:47:54 +0200 Subject: [PATCH] Fix bucket ingress (#436) --- packages/system/bucket/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/system/bucket/templates/ingress.yaml b/packages/system/bucket/templates/ingress.yaml index 50494922..d8d659c7 100644 --- a/packages/system/bucket/templates/ingress.yaml +++ b/packages/system/bucket/templates/ingress.yaml @@ -1,3 +1,4 @@ +{{- $cozyConfig := lookup "v1" "ConfigMap" "cozy-system" "cozystack" }} {{- $myNS := lookup "v1" "Namespace" "" .Release.Namespace }} {{- $host := index $myNS.metadata.annotations "namespace.cozystack.io/host" }} {{- $ingress := index $myNS.metadata.annotations "namespace.cozystack.io/ingress" }}