We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbd5c6 commit 3d3fab3Copy full SHA for 3d3fab3
2 files changed
helm-charts/templates/hbbr-deployment.yaml
@@ -46,7 +46,8 @@ spec:
46
{{- with .Values.hbbr.extraArgs }}
47
{{- toYaml . | nindent 12 }}
48
{{- else}}
49
- - "-k _"
+ - "-k"
50
+ - "_"
51
{{- end }}
52
ports:
53
- name: hbbr-port
helm-charts/templates/hbbs-deployment.yaml
@@ -46,8 +46,10 @@ spec:
{{- with .Values.hbbs.extraArgs }}
- - "-r $(RELAY)"
+ - "-r"
+ - "$(RELAY)"
54
{{- if .Values.hbbs.relay }}
55
env:
0 commit comments