Hey everyone I wanted to share a project I've been working on. Its a way to offer control of features in gitops projects through feature flagging platforms. I call it
FlagOps the goal was to allow DevOps/Platform teams to be able to instrument things like k8s manifests, helm charts, or even terraform variables files and be then give the ability to toggle or modify the values through a feature flagging system they are already using instead of having to learn all of yaml or terraform code to be able to make changes on their own. I wrote a quick
article about the motivations and a quick example I would love to get some feedback about it.