Skip to content

Commit

Permalink
support unsafe-skip-upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Dec 4, 2024
1 parent f9e024c commit e6542d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/poktrolld/templates/StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ spec:
{{- if .Values.config.p2p.externalAddress }}
- --p2p.external-address={{ .Values.config.p2p.externalAddress }}
{{- end }}
{{- if .Values.config.unsafeSkipUpgrades }}
- --unsafe-skip-upgrades={{ join "," .Values.config.unsafeSkipUpgrades }}
{{- end }}
volumeMounts:
- name: pocket-volume
mountPath: /root/.poktroll/
Expand Down
1 change: 1 addition & 0 deletions charts/poktrolld/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ config:
seeds: ""
persistentPeers: ""
unconditionalPeerIds: ""
unsafeSkipUpgrades: [] # Array of block heights to skip upgrades

serviceP2P:
type: ClusterIP
Expand Down

0 comments on commit e6542d4

Please sign in to comment.