pluralsh / plural-cli

cli for the plural platform
MIT License
27 stars 10 forks source link

Prune unneeded resources post `plural up` #523

Closed michaeljguarino closed 4 months ago

michaeljguarino commented 4 months ago

We use helm_releases and set up a largely unnecessary apps stack as part of plural up. We can just eliminate them to save complexity once the management cluster is up, and it will also make it easier to move the management cluster into a sack seamlessly.

Test Plan

ran plural up with a local compile

Checklist