Skip to content

Commit

Permalink
Fix bucket ingress (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps authored Oct 21, 2024
1 parent f23a333 commit 2578756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/system/bucket/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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" }}
Expand Down

0 comments on commit 2578756

Please sign in to comment.