Skip to content

Commit 71ea8a6

Browse files
authored
docs: fix rendering issue with operator resource config table (#401)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 945aa6b commit 71ea8a6

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

chart/open-feature-operator/README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -98,31 +98,31 @@ The command removes all the Kubernetes components associated with the chart and
9898
| `sidecarConfiguration.image.tag` | current flagd version: `v0.4.4` | Sets the version tag for the injected sidecar container. |
9999
| `sidecarConfiguration.providerArgs` | `""` | Used to append arguments to the sidecar startup command. This value is a comma separated string of key values separated by '=', e.g. `key=value,key2=value2` results in the appending of `--sync-provider-args key=value --sync-provider-args key2=value2` |
100100
| `sidecarConfiguration.defaultSyncProvider` | `kubernetes` | Sets the value of the `XXX_SYNC_PROVIDER` environment variable for the injected sidecar container. There are 3 valid sync providers: `kubernetes`, `filepath` and `http` |
101-
| `sidecarConfiguration.logFormat` | `json` | Sets the value of the `XXX_LOG_FORMAT` environment variable for the injected sidecar container. There are 2 valid log formats: `json` and `console` |
101+
| `sidecarConfiguration.logFormat` | `json` | Sets the value of the `XXX_LOG_FORMAT` environment variable for the injected sidecar container. There are 2 valid log formats: `json` and `console` |
102102
| `sidecarConfiguration.evaluator` | `json` | Sets the value of the `XXX_EVALUATOR` environment variable for the injected sidecar container. |
103103
| `sidecarConfiguration.probesEnabled` | `true` | Enable or Disable Liveness and Readiness probes of the flagd sidecar. When enabled, HTTP probes( paths - `/readyz`, `/healthz`) are set with an initial delay of 5 seconds |
104104

105105
### Operator resource configuration
106106

107-
| Value | Default |
108-
| ----------------------------------------------------------- | ------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
109-
| `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. |
110-
| `controllerManager.kubeRbacProxy.image.repository` | `gcr.io/kubebuilder/kube-rbac-proxy` |
111-
| `controllerManager.kubeRbacProxy.image.tag` | `v0.13.1` |
112-
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | `500m` |
113-
| `controllerManager.kubeRbacProxy.resources.limits.memory` | `128Mi` |
114-
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | `5m` |
115-
| `controllerManager.kubeRbacProxy.resources.requests.memory` | `64Mi` |
116-
| `controllerManager.manager.image.repository` | `ghcr.io/open-feature/open-feature-operator` |
117-
| `controllerManager.manager.image.tag` | `v0.2.30` <!-- x-release-please-version --> |
118-
| `controllerManager.manager.resources.limits.cpu` | `500m` |
119-
| `controllerManager.manager.resources.limits.memory` | `128Mi` |
120-
| `controllerManager.manager.resources.requests.cpu` | `10m` |
121-
| `controllerManager.manager.resources.requests.memory` | `64Mi` |
122-
| `managerConfig.controllerManagerConfigYaml` | `1` |
123-
| `managerConfig.replicas.health.healthProbeBindAddress` | `:8081` |
124-
| `managerConfig.replicas.metrics.bindAddress` | `127.0.0.1:8080` |
125-
| `managerConfig.replicas.webhook.port` | `9443` |
107+
| Value | Default | Explanation |
108+
| ----------------------------------------------------------- | -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
109+
| `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. |
110+
| `controllerManager.kubeRbacProxy.image.repository` | `gcr.io/kubebuilder/kube-rbac-proxy` | |
111+
| `controllerManager.kubeRbacProxy.image.tag` | `v0.13.1` | |
112+
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | `500m` | |
113+
| `controllerManager.kubeRbacProxy.resources.limits.memory` | `128Mi` | |
114+
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | `5m` | |
115+
| `controllerManager.kubeRbacProxy.resources.requests.memory` | `64Mi` | |
116+
| `controllerManager.manager.image.repository` | `ghcr.io/open-feature/open-feature-operator` | |
117+
| `controllerManager.manager.image.tag` | `v0.2.30` <!-- x-release-please-version --> | |
118+
| `controllerManager.manager.resources.limits.cpu` | `500m` | |
119+
| `controllerManager.manager.resources.limits.memory` | `128Mi` | |
120+
| `controllerManager.manager.resources.requests.cpu` | `10m` | |
121+
| `controllerManager.manager.resources.requests.memory` | `64Mi` | |
122+
| `managerConfig.controllerManagerConfigYaml` | `1` | |
123+
| `managerConfig.replicas.health.healthProbeBindAddress` | `:8081` | |
124+
| `managerConfig.replicas.metrics.bindAddress` | `127.0.0.1:8080` | |
125+
| `managerConfig.replicas.webhook.port` | `9443` | |
126126

127127
## Changelog
128128

0 commit comments

Comments
 (0)