Skip to content

Commit

Permalink
[Node] Fix identation in light client mode (#303)
Browse files Browse the repository at this point in the history
Fix identation in light client mode
  • Loading branch information
lazam authored Sep 12, 2023
1 parent ab94bd7 commit 02c747b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: node
description: A Helm chart to deploy Substrate/Polkadot nodes
type: application
version: 5.3.1
version: 5.3.2
maintainers:
- name: Parity
url: https://github.com/paritytech/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion charts/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is intended behaviour. Make sure to run `git add -A` once again to stage ch

# Substrate/Polkadot node Helm chart

![Version: 5.3.1](https://img.shields.io/badge/Version-5.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 5.3.2](https://img.shields.io/badge/Version-5.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

## Maintainers

Expand Down
2 changes: 1 addition & 1 deletion charts/node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ spec:
{{- if and .Values.node.isParachain (not .Values.node.collatorExternalRelayChain.enabled ) }}
-- \
{{- if .Values.node.collatorLightClient.enabled }}
--chain={{ if .Values.node.collatorLightClient.relayChainCustomChainspecUrl }}{{ .Values.node.collatorLightClient.relayChainCustomChainspecPath }}{{ else }}{{.Values.node.collatorLightClient.relayChain}}{{ end }}
--chain={{ if .Values.node.collatorLightClient.relayChainCustomChainspecUrl }}{{ .Values.node.collatorLightClient.relayChainCustomChainspecPath }}{{ else }}{{.Values.node.collatorLightClient.relayChain}}{{ end }}
{{- else if .Values.node.collatorRelayChain.customChainspecUrl }}
--chain={{ .Values.node.collatorRelayChain.customChainspecPath }} \
{{- end }}
Expand Down

0 comments on commit 02c747b

Please sign in to comment.