helm upgrade --install bootnode . -f examples/local-rococo/bootnode.yaml
Error: UPGRADE FAILED: execution error at (node/templates/statefulset.yaml:7:3): Error: Only one of [ .Values.node.persistGeneratedNodeKey .Values.node.customNodeKey] can be set.
Fix: Remove either .Values.node.persistGeneratedNodeKey or .Values.node.customNodeKey from the custom values file (e.g., -f examples/local-rococo/bootnode.yaml).
Fixes for: https://github.com/paritytech/helm-charts/issues/349
Changes:
Example of error:
Fix: Remove either
.Values.node.persistGeneratedNodeKey
or.Values.node.customNodeKey
from the custom values file (e.g.,-f examples/local-rococo/bootnode.yaml
).