Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 7f3fc92

Browse files
Merge pull request #2571 from splunk/urbiz-DG-fix-k8s-ad
[DG28194]: Add CRD install to AD K8s deployment
2 parents dc0ec6f + 86f3c83 commit 7f3fc92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gdi/opentelemetry/automatic-discovery/k8s/k8s-backend.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ Populate values.yaml with the following fields and values:
8484
operator:
8585
enabled: true
8686
87+
# Installs the Custom Resource Definitions (CRDs) required by the operator
88+
# Must be set unless CRDs are pre-installed manually
89+
operatorcrds:
90+
install: true
91+
8792
You might need to populate the file with additional values depending on your environment. See :ref:`k8s-auto-discovery-add-certificates` and :ref:`k8s-auto-discovery-setup-traces` for more information.
8893

8994
.. _k8s-auto-discovery-add-certificates:

0 commit comments

Comments
 (0)