Skip to content

Commit

Permalink
chore: update FeatureFlagSource documentation for v1beta1 (#584)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Chen <[email protected]>
  • Loading branch information
chenhunghan authored Dec 19, 2023
1 parent a6fa04f commit 5a7b2c6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/feature_flag_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,13 @@ sources:
## Sidecar configurations

`FeatureFlagSource` provides configurations to the injected flagd sidecar.
Table given below is non-exhaustive list of overriding options,
Table given below is non-exhaustive list of overriding options. (see [full list](https://github.com/open-feature/open-feature-operator/blob/main/docs/crds.md#featureflagsourcespec))

| Configuration | Explanation | Default |
|------------------|-------------------------------|------------------------------------------------|
| port | Flag evaluation endpoint port | 8013 |
| metricsPort | Metrics port | 8014 |
| managementPort | Management port | 8014 |
| evaluator | Evaluator to use | json |
| image | flagD image | ghcr.io/open-feature/flagd |
| tag | flagD image tag | Latest tag |
| probesEnabled | Enable/Disable health probes | true |
| otelCollectorUri | Otel exporter uri | |
| resources | flagD resources | operator sidecar-cpu-* and sidecar-ram-* flags |
Expand Down Expand Up @@ -196,4 +194,4 @@ spec:
metricsPort: 8080
port: 8000
tag: main
```
```

0 comments on commit 5a7b2c6

Please sign in to comment.