@@ -27,14 +27,14 @@ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/
2727
2828### Release contents
2929
30- - ` certificate.yaml ` holds the cert-manager manifests used to authorize requests between components
31- - ` release.yaml ` contains the configuration of
32- - ` FeatureFlagConfiguration ` ` CustomResourceDefinition ` (custom type that holds the configured state of feature flags)
33- - standard kubernetes primitives (e.g. namespace, accounts, roles, bindings, configmaps)
34- - operator controller manager service
35- - operator webhook service
36- - deployment with containers kube-rbac-proxy & manager
37- - ` MutatingWebhookConfiguration ` (configures webhooks to call the webhook service)
30+ - ` certificate.yaml ` holds the cert-manager manifests used to authorize requests between components.
31+ - ` release.yaml ` contains the configuration of:
32+ - ` FeatureFlagConfiguration ` ` CustomResourceDefinition ` (custom type that holds the configured state of feature flags).
33+ - Standard kubernetes primitives (e.g. namespace, accounts, roles, bindings, configmaps).
34+ - Operator controller manager service.
35+ - Operator webhook service.
36+ - Deployment with containers kube-rbac-proxy & manager.
37+ - ` MutatingWebhookConfiguration ` (configures webhooks to call the webhook service).
3838
3939### How to deploy a flag consuming application
4040
@@ -46,7 +46,7 @@ Deploying a flag consuming application requires (at minimum) the creation of the
4646
4747This is a ` CustomResourceDefinition ` which contains the feature flags specification and a name of the spec.
4848
49- #### Deployment
49+ #### Deployment (or Statefulset/Daemonset)
5050
5151This is a kubernetes primitive for deploying an application. The metadata annotations must include ` openfeature.dev/featureflagconfiguration `
5252with the value set as the name of the ` FeatureFlagConfiguration ` created in the step prior.
0 commit comments