You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/open-feature-operator/README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,31 +98,31 @@ The command removes all the Kubernetes components associated with the chart and
98
98
|`sidecarConfiguration.image.tag`| current flagd version: `v0.4.4`| Sets the version tag for the injected sidecar container. |
99
99
|`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`|
100
100
|`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`|
102
102
|`sidecarConfiguration.evaluator`|`json`| Sets the value of the `XXX_EVALUATOR` environment variable for the injected sidecar container. |
103
103
|`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 |
|`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. |
|`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. |
0 commit comments