Seems like nodeSelector is a required property for populateApiDb and it needs enabled to be set to false. Ideally, we'd solve that by not making it required, but that just seems slightly tricky and it seems easier to just specify it for now. See https://github.com/helm/helm/issues/8026
I had forgotten to git add a change to osm-seed fixing the name field of the letsencrypt-issuer 🤦 - this bumps the osm-seed version to include that change.
@dakotabenjamin lemme know if you're able to attempt a deploy. Thanks!
Two fixes:
nodeSelector
is a required property forpopulateApiDb
and it needsenabled
to be set tofalse
. Ideally, we'd solve that by not making it required, but that just seems slightly tricky and it seems easier to just specify it for now. See https://github.com/helm/helm/issues/8026git add
a change toosm-seed
fixing thename
field of the letsencrypt-issuer 🤦 - this bumps the osm-seed version to include that change.@dakotabenjamin lemme know if you're able to attempt a deploy. Thanks!