This step is important in order to allow Datadog’s agent to inject the Java library inside Artifactory’s pod. To enable the Admission controller, we will need to assign the following label to Artifactory’s statefulset:
admission.datadoghq.com/enabled: "true"To do so, add the following in your artifactory values.yaml:
artifactory:
labels:
admission.datadoghq.com/enabled: "true"