Skip to content

Commit

Permalink
fix: missing =
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Nov 14, 2023
1 parent f44cbe1 commit 070fc27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/arbitrum-nitro/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Generate the array of options for nitro
{{- $args = concat $args (list (print "--node.rpc.classic-redirect=" .classicURL)) }}
{{- end }}
{{- if .metrics.enabled }}
{{- $args = concat $args (list "--metrics" (print "--metrics-server-addr" .metrics.addr)) }}
{{- $args = concat $args (list "--metrics" (print "--metrics-server-addr=" .metrics.addr)) }}
{{- end }}
{{- $args = concat $args .defaultArgs }}
{{- $args = concat $args .extraArgs }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{{- $componentName := "nitro" }}
{{- $componentLabel := include "arbitrum-nitro.componentLabelFor" $componentName }}
{{- $nitroArgs := get (fromJson (include "arbitrum-nitro.computedArgs" $values)) "computedArgs" }}
#{{ toYaml $nitroArgs | indent 1 | replace "\n" "\n#" }}

apiVersion: apps/v1
kind: StatefulSet
Expand Down

0 comments on commit 070fc27

Please sign in to comment.