k8s-land / gitea-chart

Gitea Helm Chart
https://charts.k8s.land
MIT License
31 stars 15 forks source link

Fix multiple hosts variable lookup #14

Closed bjw-s closed 4 years ago

bjw-s commented 4 years ago

Previously specifying multiple hosts would result in a nil pointer evaluating interface {}.service. This should fix that.

Also added the ability to specify deployment affinity/tolerations

bjw-s commented 4 years ago

There seem to be some issues with my modifications, going to fix those first and will resubmit the PR 😊