Fix bucket ingress (#436)

This commit is contained in:
Andrei Kvapil
2024-10-21 11:47:54 +02:00
committed by GitHub
parent f23a333f59
commit 257875673e

View File

@@ -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" }}