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
|`sidecarConfiguration.port`| Sets the value of the `XXX_PORT` environment variable for the injected sidecar. |`8013`|
105
-
|`sidecarConfiguration.managementPort`| Sets the value of the `XXX_MANAGEMENT_PORT` environment variable for the injected sidecar. |`8014`|
106
-
|`sidecarConfiguration.socketPath`| Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar. |`""`|
107
-
|`sidecarConfiguration.image.repository`| Sets the image for the injected sidecar. |`ghcr.io/open-feature/flagd`|
108
-
|`sidecarConfiguration.image.tag`| Sets the version tag for the injected sidecar. |`v0.9.0`|
109
-
|`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`. |`""`|
110
-
|`sidecarConfiguration.envVarPrefix`| Sets the prefix for all environment variables set in the injected sidecar. |`FLAGD`|
111
-
|`sidecarConfiguration.defaultSyncProvider`| Sets the value of the `XXX_SYNC_PROVIDER` environment variable for the injected sidecar container. There are 4 valid sync providers: `kubernetes`, `grpc`, `file` and `http`. |`kubernetes`|
112
-
|`sidecarConfiguration.evaluator`| Sets the value of the `XXX_EVALUATOR` environment variable for the injected sidecar container. |`json`|
113
-
|`sidecarConfiguration.logFormat`| Sets the value of the `XXX_LOG_FORMAT` environment variable for the injected sidecar container. There are 2 valid log formats: `json` and `console`. |`json`|
114
-
|`sidecarConfiguration.probesEnabled`| 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. |`true`|
115
-
|`sidecarConfiguration.debugLogging`| Controls the addition of the `--debug` flag to the container startup arguments. |`false`|
|`sidecarConfiguration.port`| Sets the value of the `XXX_PORT` environment variable for the injected sidecar. |`8013`|
105
+
|`sidecarConfiguration.managementPort`| Sets the value of the `XXX_MANAGEMENT_PORT` environment variable for the injected sidecar. |`8014`|
106
+
|`sidecarConfiguration.socketPath`| Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar. |`""`|
107
+
|`sidecarConfiguration.image.repository`| Sets the image for the injected sidecar. |`ghcr.io/open-feature/flagd`|
108
+
|`sidecarConfiguration.image.tag`| Sets the version tag for the injected sidecar. |`v0.9.0`|
109
+
|`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`. |`""`|
110
+
|`sidecarConfiguration.envVarPrefix`| Sets the prefix for all environment variables set in the injected sidecar. |`FLAGD`|
111
+
|`sidecarConfiguration.defaultSyncProvider`| Sets the value of the `XXX_SYNC_PROVIDER` environment variable for the injected sidecar container. There are 4 valid sync providers: `kubernetes`, `grpc`, `file` and `http`. |`kubernetes`|
112
+
|`sidecarConfiguration.evaluator`| Sets the value of the `XXX_EVALUATOR` environment variable for the injected sidecar container. |`json`|
113
+
|`sidecarConfiguration.logFormat`| Sets the value of the `XXX_LOG_FORMAT` environment variable for the injected sidecar container. There are 2 valid log formats: `json` and `console`. |`json`|
114
+
|`sidecarConfiguration.probesEnabled`| 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. |`true`|
115
+
|`sidecarConfiguration.debugLogging`| Controls the addition of the `--debug` flag to the container startup arguments. |`false`|
0 commit comments