Skip to content

Commit

Permalink
helm: fix socks gateway template
Browse files Browse the repository at this point in the history
  • Loading branch information
ggguardian committed Jan 13, 2025
1 parent 1a10ddb commit e549db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/ggbridge/templates/proxy/gateway/gateway-socks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e549db9

Please sign in to comment.