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
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/automatic-discovery/k8s/k8s-backend.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,11 @@ Populate values.yaml with the following fields and values:
84
84
operator:
85
85
enabled: true
86
86
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
+
87
92
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.
0 commit comments