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: README.md
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,21 +134,6 @@ Choose the appropriate `local_ssd_count` to make sure your total disk space is a
134
134
135
135
The `materialize_instances` variable is a list of objects that define the configuration for each Materialize instance.
136
136
137
-
### `environmentd_extra_env`
138
-
139
-
Optional list of extra environment variables to pass to the `environmentd` container. This allows you to pass any additional configuration supported by Materialize.
140
-
141
-
Each entry should be an object with `name` and `value` fields:
142
-
143
-
```hcl
144
-
environmentd_extra_env = [
145
-
{
146
-
name = "MZ_LOG_FILTER"
147
-
value = "materialized::coord=debug"
148
-
}
149
-
]
150
-
```
151
-
152
137
### `environmentd_extra_args`
153
138
154
139
Optional list of additional command-line arguments to pass to the `environmentd` container. This can be used to override default system parameters or enable specific features.
@@ -210,7 +195,7 @@ No resources.
210
195
| <aname="input_install_materialize_operator"></a> [install\_materialize\_operator](#input\_install\_materialize\_operator)| Whether to install the Materialize operator |`bool`|`true`| no |
211
196
| <aname="input_install_metrics_server"></a> [install\_metrics\_server](#input\_install\_metrics\_server)| Whether to install the metrics-server for the Materialize Console. Defaults to false since GKE installs one by default in the kube-system namespace. Only set to true if the GKE cluster was deployed with [monitoring explicitly turned off](https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics#:~:text=To%20disable%20system%20metric%20collection,for%20the%20%2D%2Dmonitoring%20flag). Refer to the [GKE docs](https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics#:~:text=To%20disable%20system%20metric%20collection,for%20the%20%2D%2Dmonitoring%20flag) for more information, including impact to GKE customer support efforts. |`bool`|`false`| no |
212
197
| <aname="input_labels"></a> [labels](#input\_labels)| Labels to apply to all resources |`map(string)`|`{}`| no |
| <aname="input_operator_namespace"></a> [operator\_namespace](#input\_operator\_namespace)| Namespace for the Materialize operator |`string`|`"materialize"`| no |
Copy file name to clipboardExpand all lines: docs/header.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,21 +138,6 @@ Choose the appropriate `local_ssd_count` to make sure your total disk space is a
138
138
139
139
The `materialize_instances` variable is a list of objects that define the configuration for each Materialize instance.
140
140
141
-
### `environmentd_extra_env`
142
-
143
-
Optional list of extra environment variables to pass to the `environmentd` container. This allows you to pass any additional configuration supported by Materialize.
144
-
145
-
Each entry should be an object with `name` and `value` fields:
146
-
147
-
```hcl
148
-
environmentd_extra_env = [
149
-
{
150
-
name = "MZ_LOG_FILTER"
151
-
value = "materialized::coord=debug"
152
-
}
153
-
]
154
-
```
155
-
156
141
### `environmentd_extra_args`
157
142
158
143
Optional list of additional command-line arguments to pass to the `environmentd` container. This can be used to override default system parameters or enable specific features.
0 commit comments