Closed BulatSaif closed 9 months ago
same issue:
if collatorExternalRelayChain.enabled or collatorLightClient.enabled
is set
node-0-relay-chain-p2p
should not be created--public-addr=/ip4/${EXTERNAL_IP}/tcp/${RELAY_CHAIN_P2P_PORT} \
flag should be removed
Setup:
Running a Rococo node, in the common values file, I've included the following line:
This common values file is utilized for deploying both the relay chain and parachains.
Current Behavior:
The
listen-addr
flag has been removed from the node:Expected Behavior:
The parachain flags should not take effect unless the
isParachain: true
parameter is set in the values file.Code Line with Bug:
Here is the problematic line of code.