We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a10ddb commit e549db9Copy full SHA for e549db9
helm/ggbridge/templates/proxy/gateway/gateway-socks.yaml
@@ -38,7 +38,7 @@ metadata:
38
{{- include "ggbridge.labels" . | nindent 4 }}
39
{{- include "ggbridge.proxy.labels" . | nindent 4 }}
40
{{- if or .Values.commonAnnotations $gateway.annotations }}
41
- {{- $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" . ) }}
42
annotations: {{- include "ggbridge.tplvalues.render" ( dict "value" $annotations "context" .) | nindent 4 }}
43
{{- end }}
44
spec:
0 commit comments