Skip to content

Commit e549db9

Browse files
committed
helm: fix socks gateway template
1 parent 1a10ddb commit e549db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/ggbridge/templates/proxy/gateway/gateway-socks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ metadata:
3838
{{- include "ggbridge.labels" . | nindent 4 }}
3939
{{- include "ggbridge.proxy.labels" . | nindent 4 }}
4040
{{- if or .Values.commonAnnotations $gateway.annotations }}
41-
{{- $annotations := include "ggbridge.tplvalues.merge" ( dict "values" ( list .$gateway.annotations .Values.commonAnnotations ) "context" . ) }}
41+
{{- $annotations := include "ggbridge.tplvalues.merge" ( dict "values" ( list $gateway.annotations .Values.commonAnnotations ) "context" . ) }}
4242
annotations: {{- include "ggbridge.tplvalues.render" ( dict "value" $annotations "context" .) | nindent 4 }}
4343
{{- end }}
4444
spec:

0 commit comments

Comments
 (0)