nais / naisd

nais deployment daemon
https://nais.io
MIT License
27 stars 10 forks source link

Moved election config to naisible #80

Closed Kyrremann closed 6 years ago

Kyrremann commented 6 years ago

Two reasons:

  1. We are having timing issues with Landscaper, meaning that it won't always deploy because of missing dependencies (read: namespace missing, or role missing)
  2. It looks like Helm might not be the best place to define the namespace and role bindings, as it is supposed to be able to install the same chart to different namespaces without affecting each other. The preivous config would delete the elector namespace, if we deleted the naisd chart from one
Kyrremann commented 6 years ago

https://github.com/nais/naisible/pull/21

Kyrremann commented 6 years ago

Ended up creating a chart in charts-repo.