From 69600d45c6af4827a61812cbfe0c5be5cc313803 Mon Sep 17 00:00:00 2001 From: jvoravong Date: Tue, 10 Dec 2024 09:43:48 -0700 Subject: [PATCH] fix typo --- helm-charts/splunk-otel-collector/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 9c89c3f02c..c960c09da1 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -1009,7 +1009,7 @@ secret: # Specifies whether secret provided by user should be validated. validateSecret: true -# The olerations for deploying agent collector daemonset. By default, it targets control-plane, worker, +# The tolerations for deploying agent collector daemonset. By default, it targets control-plane, worker, # and k8s distribution-specific nodes (infrastructure or system) to ensure logs and metrics collection. # If set, the specified tolerations will override the defaults. tolerations: []