Skip to content

Commit

Permalink
Merge pull request #37 from paritytech/fix-inject-keys
Browse files Browse the repository at this point in the history
Fix inject keys
  • Loading branch information
PierreBesson authored Jan 11, 2022
2 parents 937a6d1 + 1ba43db commit 8015a14
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.21.0
version: 0.22.0
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 @@ -195,7 +195,7 @@ spec:
- |
{{- range $index, $key := .Values.node.keys }}
echo {{ $key.seed }} > /dev/shm/{{ $index }}.key
{{ .Values.node.command }} key insert --base-path /data --chain ${CHAIN} --key-type {{ $key.type }} --scheme {{ $key.scheme }} --suri /dev/shm/{{ $index }}.key
{{ $.Values.node.command }} key insert --base-path /data --chain ${CHAIN} --key-type {{ $key.type }} --scheme {{ $key.scheme }} --suri /dev/shm/{{ $index }}.key
rm /dev/shm/{{ $index }}.key
{{- end }}
env:
Expand Down

0 comments on commit 8015a14

Please sign in to comment.