Skip to content

Commit

Permalink
Fix apm.instrumentation templating
Browse files Browse the repository at this point in the history
  • Loading branch information
liliyadd committed Feb 22, 2024
1 parent f739431 commit 415c8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datadog/templates/cluster-agent-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
value: {{ include "clusterAgent-remoteConfiguration-enabled" . | quote }}
{{- if .Values.datadog.apm.instrumentation.enabled }}
- name: DD_APM_INSTRUMENTATION_ENABLED
value: "true"
value: {{ .Values.datadog.apm.instrumentation.enabled | quote }}
{{- end }}
{{- if .Values.datadog.apm.instrumentation.enabledNamespaces }}
- name: DD_APM_INSTRUMENTATION_ENABLED_NAMESPACES
Expand Down

0 comments on commit 415c8ec

Please sign in to comment.