tryretool / retool-helm

MIT License
45 stars 57 forks source link

fix: add a missing `nodeSelector` field to the code-executor deployment #169

Closed criskurtin closed 1 month ago

criskurtin commented 3 months ago

This PR addresses the issue of a missing nodeSelector in the code-executor deployment, which causes problems when the cluster is based on mixed-architecture nodes. For example, in our case, the code-executor pod was provisioned on an arm64 node.