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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,10 @@ The command removes all the Kubernetes components associated with the chart and
49
49
|`sidecarConfiguration.port`| 8013 | Sets the value of the `XXX_PORT` environment variable for the injected sidecar container.|
50
50
|`sidecarConfiguration.metricsPort`| 8014 | Sets the value of the `XXX_METRICS_PORT` environment variable for the injected sidecar container.|
51
51
|`sidecarConfiguration.socketPath`|`""`| Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar container.|
52
-
|`sidecarConfiguration.repository`|`ghcr.io/open-feature/flagd`| Sets the image for the injected sidecar container. |
53
-
|`sidecarConfiguration.tag`| current flagd version: `v0.3.2`| Sets the version tag for the injected sidecar container. |
52
+
|`sidecarConfiguration.image.repository`|`ghcr.io/open-feature/flagd`| Sets the image for the injected sidecar container. |
53
+
|`sidecarConfiguration.image.tag`| current flagd version: `v0.3.2`| Sets the version tag for the injected sidecar container. |
54
54
|`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`|
55
+
|`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`|
0 commit comments