Skip to content

Commit eff3724

Browse files
authored
chore: add OpenFeature logo to readme (#102)
* add openfeature logo Signed-off-by: Michael Beemer <[email protected]> * change images to svgs Signed-off-by: Michael Beemer <[email protected]> * rearrange image on readme Signed-off-by: Michael Beemer <[email protected]> Signed-off-by: Michael Beemer <[email protected]>
1 parent bbf83c0 commit eff3724

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,35 @@
1-
## open-feature-operator
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="./images/openfeature-horizontal-white.svg">
3+
<source media="(prefers-color-scheme: light)" srcset="./images/openfeature-horizontal-black.svg">
4+
<img alt="OpenFeature Logo" src="./images/openfeature-horizontal-black.svg">
5+
</picture>
26

37
![build](https://img.shields.io/github/workflow/status/open-feature/open-feature-operator/ci)
48
![goversion](https://img.shields.io/github/go-mod/go-version/open-feature/open-feature-operator/main)
59
![version](https://img.shields.io/badge/version-pre--alpha-green)
610
![status](https://img.shields.io/badge/status-not--for--production-red)
711

8-
The open-feature-operator is a Kubernetes native operator that allows you to expose feature flags to your applications. It injects a [flagD](https://github.com/open-feature/flagd) sidecar into your pod and allows you to poll the flagD server for feature flags in a variety of ways.
12+
The OpenFeature Operator is a Kubernetes native operator that allows you to expose feature flags to your applications. It injects a [flagD](https://github.com/open-feature/flagd) sidecar into your pod and allows you to poll the flagD server for feature flags in a variety of ways.
913

1014
### Deploy the latest release
1115

1216
_Requires [cert manager](https://cert-manager.io/docs/installation/kubernetes/) installed_
1317

1418
<!---x-release-please-start-version-->
19+
1520
```
1621
kubectl create namespace open-feature-operator-system
1722
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.1.1/certificate.yaml
1823
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.1.1/release.yaml
1924
```
25+
2026
<!---x-release-please-end-->
2127

2228
### Architecture
2329

2430
As per the issue [here](https://github.com/open-feature/ofep/issues/1)
2531

26-
As per v0.1.1, the default sync provider has been optimised as per this OpenFeature Enhancement Proposal [issue](https://github.com/open-feature/ofep/blob/main/004-OFEP-kubernetes-sync-service.md).
32+
As per v0.1.1, the default sync provider has been optimized as per this OpenFeature Enhancement Proposal [issue](https://github.com/open-feature/ofep/blob/main/004-OFEP-kubernetes-sync-service.md).
2733

2834
High level architecture is as follows:
2935

Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)