I need to make some changes to app.toml and config.toml. I make the changes to the manifest and apply it. That ends up in the appropriate ConfigMap. However, the pod does not see the changes. Even restarting the pod does not update the files. The only way I've found of refreshing it is deleting the PVC, which is bad since the node will have to resync (and if this is a full archive node and the rest of the nodes are pruned, you lose history). I'm wondering if I'm missing something.
We've also added a new key to our app.toml, optimistic-execution-enabled with a bool value. I've added it to nodes[0].config.override."app.toml" but it doesn't show up in the ConfigMap. Do I have to do something special for it to be applied?
I need to make some changes to app.toml and config.toml. I make the changes to the manifest and apply it. That ends up in the appropriate ConfigMap. However, the pod does not see the changes. Even restarting the pod does not update the files. The only way I've found of refreshing it is deleting the PVC, which is bad since the node will have to resync (and if this is a full archive node and the rest of the nodes are pruned, you lose history). I'm wondering if I'm missing something.
We've also added a new key to our
app.toml,optimistic-execution-enabledwith aboolvalue. I've added it tonodes[0].config.override."app.toml"but it doesn't show up in the ConfigMap. Do I have to do something special for it to be applied?