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
@@ -93,7 +93,6 @@ The command removes all the Kubernetes components associated with the chart and
93
93
| datadog.apiKeyExistingSecret | string |`""`| Specify a preexisting Secret that has your API key instead of creating a new one. The value must be stored under the `api-key`. |
94
94
| datadog.dataDir | string |`"/var/lib/observability-pipelines-worker"`| The data directory for OPW to store runtime data in. |
95
95
| datadog.pipelineId | string |`nil`| Specify your Datadog Observability Pipelines pipeline ID |
96
-
| datadog.remoteConfigurationEnabled | bool |`false`| Whether to allow remote configuration of the worker from Datadog. |
97
96
| datadog.site | string |`"datadoghq.com"`| The [site](https://docs.datadoghq.com/getting_started/site/) of the Datadog intake to send data to. |
98
97
| datadog.workerAPI.address | string |`"127.0.0.1:8686"`| Local address to bind the Worker's API to. |
99
98
| datadog.workerAPI.enabled | bool |`false`| Whether to enable the Worker's API. |
@@ -111,7 +110,7 @@ The command removes all the Kubernetes components associated with the chart and
111
110
| image.pullPolicy | string |`"IfNotPresent"`| Specify the [pullPolicy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy). |
112
111
| image.pullSecrets | list |`[]`| Specify the [imagePullSecrets](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod). |
113
112
| image.repository | string |`"gcr.io/datadoghq"`| Specify the image repository to use. |
114
-
| image.tag | string |`"1.8.0"`| Specify the image tag to use. |
113
+
| image.tag | string |`"2.0.0"`| Specify the image tag to use. |
115
114
| ingress.annotations | object |`{}`| Specify annotations for the Ingress. |
| ingress.enabled | bool |`false`| If **true**, create an Ingress resource. |
@@ -129,7 +128,6 @@ The command removes all the Kubernetes components associated with the chart and
129
128
| persistence.selector | object |`{}`| Specify the selectors for PersistentVolumeClaims. |
130
129
| persistence.size | string |`"10Gi"`| Specify the size of PersistentVolumeClaims. |
131
130
| persistence.storageClassName | string |`nil`| Specify the storageClassName for PersistentVolumeClaims. |
132
-
| pipelineConfig | object |`{}`| This section supports using Helm templates to populate dynamic values. See Observability Pipelines' [configuration documentation](https://docs.datadoghq.com/observability_pipelines/reference/) for all options. |
133
131
| podAnnotations | object |`{}`| Set annotations on Pods. |
134
132
| podDisruptionBudget.enabled | bool |`false`| If **true**, create a [PodDisruptionBudget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/). |
135
133
| podDisruptionBudget.maxUnavailable | int |`nil`| Specify the number of Pods that can be unavailable after an eviction. |
0 commit comments