Skip to content

Commit

Permalink
Remove datadog.kubelet.tlsVerify override in Agent on AKS example
Browse files Browse the repository at this point in the history
  • Loading branch information
levan-m committed Sep 20, 2023
1 parent 2fc2c75 commit 04584dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/datadog/agent_on_aks_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ datadog:
fieldRef:
fieldPath: spec.nodeName
hostCAPath: /etc/kubernetes/certs/kubeletserver.crt
tlsVerify: false # Required as of Agent 7.35 because Kubelet certificates in AKS do not have a Subject Alternative Name (SAN) set.
logs:
enabled: true
containerCollectAll: false
Expand Down

0 comments on commit 04584dd

Please sign in to comment.