Skip to content

Commit

Permalink
Merge pull request #45 from paritytech/fix-backslash-again
Browse files Browse the repository at this point in the history
Remove extra backslash that was inserted in parachain flags
  • Loading branch information
PierreBesson authored Feb 23, 2022
2 parents aa9e899 + c6c53eb commit 8839142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: node
description: A Helm chart to deploy Substrate/Polkadot nodes
type: application
version: 0.24.1
version: 0.24.2
appVersion: "0.0.1"
2 changes: 1 addition & 1 deletion charts/node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ spec:
--jaeger-agent=127.0.0.1:{{ .Values.jaegerAgent.ports.compactPort }} \
{{- end }}
{{- join " " .Values.node.flags | nindent 16 }} \
{{- if .Values.node.collator.isParachain }} \
{{- if .Values.node.collator.isParachain }}
-- \
--base-path=/data/relay/ \
{{- end }}
Expand Down

0 comments on commit 8839142

Please sign in to comment.