Skip to content

Commit 18bcc13

Browse files
authored
[chore] Add notes related to EKS Add-on in values.yaml (#2088)
1 parent e10db71 commit 18bcc13

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

helm-charts/splunk-otel-collector/values.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Configurable parameters and default values for splunk-otel-collector.
2-
# This is a YAML-formatted file.
3-
# Declared variables will be passed into templates.
2+
# EKS Add-on has slightly different default values, the overrides can be found in eks_addon/overrides/values.yaml
43

54
# nameOverride replaces the name of the chart, when this is used to construct
65
# Kubernetes object names.
@@ -1225,10 +1224,13 @@ gateway:
12251224

12261225
# Specify whether the chart should install CRDs automatically.
12271226
# Related Documentation: https://github.com/signalfx/splunk-otel-collector-chart/blob/main/docs/auto-instrumentation-install.md#crd-management
1227+
# Not available in EKS Add-on.
12281228
operatorcrds:
12291229
# Set to true to install CRDs automatically, or false to manage them manually.
12301230
install: false
12311231

1232+
# OpenTelemetry Operator configuration. Used for auto-instrumentation of applications.
1233+
# Not available in EKS Add-on.
12321234
operator:
12331235
enabled: false
12341236
manager:
@@ -1254,6 +1256,7 @@ operator:
12541256
# - Splunk Documentation: https://docs.splunk.com/observability/en/gdi/opentelemetry/automatic-discovery/k8s/k8s-backend.html#optional-configure-the-instrumentation
12551257
# - OpenTelemetry Documentation: https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md#instrumentation
12561258
# - For all the supported properties spec, see the operator CRDS: https://github.com/signalfx/splunk-otel-collector-chart/blob/main/helm-charts/splunk-otel-collector/charts/opentelemetry-operator-crds/crds/opentelemetry.io_instrumentations.yaml
1259+
# Not available in EKS Add-on.
12571260
instrumentation:
12581261
spec:
12591262
# default spec configuration
@@ -1357,6 +1360,7 @@ instrumentation:
13571360
# to install cert-manager separately.
13581361
# The cert-manager is a CNCF application deployed as a subchart and used for supporting operators that require TLS certificates.
13591362
# Full list of Helm value configurations: https://artifacthub.io/packages/helm/cert-manager/cert-manager?modal=values
1363+
# Not available in EKS Add-on.
13601364
certmanager:
13611365
enabled: false
13621366
installCRDs: true
@@ -1371,6 +1375,7 @@ certmanager:
13711375
# It discovers scraping configurations from ServiceMonitor and PodMonitor CRDs and
13721376
# assigns them to collectors.
13731377
# Related documentation: https://github.com/open-telemetry/opentelemetry-operator/tree/main/cmd/otel-allocator
1378+
# Not available in EKS Add-on.
13741379
################################################################################
13751380

13761381
targetAllocator:

0 commit comments

Comments
 (0)