conjure-up / spells

conjure-up spells registry
79 stars 37 forks source link

Fix removing Flannel from CDK when Calico is selected #239

Closed johnsca closed 5 years ago

johnsca commented 5 years ago

The addition of resource pinning to the bundle caused the Flannel fragment to not be completely removed when Calico is selected, resulting in an invalid bundle. Note that "all" works because of this fallback: https://github.com/conjure-up/conjure-up/blob/master/conjureup/bundle.py#L258-L259

Fixes conjure-up/conjure-up#1549