From e549db919c8daf35a6588cd415c64af5356ca322 Mon Sep 17 00:00:00 2001 From: Germain GUEUTIER Date: Mon, 13 Jan 2025 09:52:42 +0100 Subject: [PATCH] helm: fix socks gateway template --- helm/ggbridge/templates/proxy/gateway/gateway-socks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ggbridge/templates/proxy/gateway/gateway-socks.yaml b/helm/ggbridge/templates/proxy/gateway/gateway-socks.yaml index 67f44a6..4958ebd 100644 --- a/helm/ggbridge/templates/proxy/gateway/gateway-socks.yaml +++ b/helm/ggbridge/templates/proxy/gateway/gateway-socks.yaml @@ -38,7 +38,7 @@ metadata: {{- include "ggbridge.labels" . | nindent 4 }} {{- include "ggbridge.proxy.labels" . | nindent 4 }} {{- if or .Values.commonAnnotations $gateway.annotations }} - {{- $annotations := include "ggbridge.tplvalues.merge" ( dict "values" ( list .$gateway.annotations .Values.commonAnnotations ) "context" . ) }} + {{- $annotations := include "ggbridge.tplvalues.merge" ( dict "values" ( list $gateway.annotations .Values.commonAnnotations ) "context" . ) }} annotations: {{- include "ggbridge.tplvalues.render" ( dict "value" $annotations "context" .) | nindent 4 }} {{- end }} spec: