open-feature / open-feature-operator

A Kubernetes feature flag operator
https://openfeature.dev
Apache License 2.0
179 stars 34 forks source link

Automate OFO Installation #105

Closed beeme1mr closed 1 year ago

beeme1mr commented 1 year ago

Overview

Automate the OpenFeature Operator (OFO) installation using a tool such as Helm. It should allow users to configure the OFO in a single command and support future upgrades.

AlexsJones commented 1 year ago

Using helm will take some work, I don't mind taking this task up but it will mean we change the way Kustomize outputs manifests. I would also suggest we setup a chart hub, with github pages as part of this, so you can do

helm add repo https https://github.com/open-feature/open-feature-operator/
helm upgrade --install open-feature-operator/open-feature-operator 
AlexsJones commented 1 year ago

https://github.com/open-feature/open-feature-operator/pull/137