seek-oss / kpt-functions

A library of Kpt functions for extending Kpt's functionality
MIT License
3 stars 3 forks source link

Add proposal for feature flag function #3

Closed Niksko closed 3 years ago

Niksko commented 4 years ago

This adds a proposed syntax and behaviour for a 'feature flag' function. This function would be used to selectively render resources based on arbitrary annotations.

Niksko commented 3 years ago

I don't think we need this anymore.

The concept of including 'packages' in a larger cluster deployment removes the need for this, because you can simply not include the package in production (for example) while including it in dev.