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
@@ -38,10 +42,39 @@ The command removes all the Kubernetes components associated with the chart and
38
42
## Configuration
39
43
<aname="configuration"></a>
40
44
45
+
### Sidecar configuration
41
46
| Value | Default | Explanation |
42
47
| ----------- | ----------- | ----------- |
43
-
|`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.|
48
+
|`sidecarConfiguration.envVarPrefix`|`FLAGD`| Sets the prefix for all environment variables set in the injected sidecar. |
49
+
|`sidecarConfiguration.port`| 8013 | Sets the value of the `XXX_PORT` environment variable for the injected sidecar container.|
50
+
|`sidecarConfiguration.metricsPort`| 8014 | Sets the value of the `XXX_METRICS_PORT` environment variable for the injected sidecar container.|
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.0`| Sets the version tag for the injected sidecar container. |
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`|
44
55
56
+
### Operator resource configuration
57
+
<!-- x-release-please-start-version -->
58
+
| Value | Default |
59
+
| ----------- | ----------- |
60
+
|`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