uc-cdis / gen3-helm

Helm charts for Gen3 Deployments
Apache License 2.0
9 stars 23 forks source link

Add nodeSelector to portal #184

Closed almahmoud closed 1 month ago

almahmoud commented 4 months ago

Bug Fixes

nodeSelector is in the values.yaml for the portal subchart, but not in the deployment template itself. This adds the value to the template so that it works as expected given its inclusion in the values.yaml

EliseCastle23 commented 1 month ago

thank you for the fix, this change has been added via the below PR: https://github.com/uc-cdis/gen3-helm/pull/194