Skip to content

Commit a0079d6

Browse files
committed
clarification of resources required for deployment
Signed-off-by: Skye Gill <[email protected]>
1 parent 4aec1fc commit a0079d6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4747
This is a `CustomResourceDefinition` which contains the feature flags specification and a name of the spec.
4848

49-
#### Deployment
49+
#### Deployment (or Statefulset/Daemonset)
5050

5151
This is a kubernetes primitive for deploying an application. The metadata annotations must include `openfeature.dev/featureflagconfiguration`
5252
with the value set as the name of the `FeatureFlagConfiguration` created in the step prior.

0 commit comments

Comments
 (0)