Skip to content

Commit 47baafd

Browse files
add changelog link
Signed-off-by: James Milligan <[email protected]>
1 parent 6de6540 commit 47baafd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

chart/open-feature-operator/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helm upgrade -i openfeature openfeature/open-feature-operator
1010

1111
## Introduction
1212

13-
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.
13+
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.
1414
The full documentation for this project can be found here: [OpenFeature Operator](https://github.com/open-feature/open-feature-operator/tree/main/docs)
1515

1616
## Prerequisites
@@ -41,3 +41,7 @@ The command removes all the Kubernetes components associated with the chart and
4141
| Value | Default | Explanation |
4242
| ----------- | ----------- | ----------- |
4343
| `defaultNamespace` | `open-feature-operator` | [INTERNAL USE ONLY] To override the namespace use the `--namespace` flag. This default is provided to ensure that the kustomize build charts in `/templates` deploy correctly when no `namespace` is provided via the `-n` flag.|
44+
45+
## Changelog
46+
47+
See [CHANGELOG.md](https://github.com/open-feature/open-feature-operator/blob/main/CHANGELOG.md)

chart/open-feature-operator/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# If this namespace is changed the value must be reflected in /open-feature-operator/values.yaml
22
defaultNamespace: open-feature-operator-system
33

4-
cert-manager: #defined by either the name or alias of your dependency in Chart.yaml
5-
enabled: true
6-
74
controllerManager:
85
kubeRbacProxy:
96
image:

0 commit comments

Comments
 (0)