Skip to content

Commit

Permalink
Merge branch 'hasan.mahmood/system-probe-autopilot' into fanny/CECO-1…
Browse files Browse the repository at this point in the history
…407-system-probe-fix-npm
  • Loading branch information
fanny-jiang committed Feb 7, 2025
2 parents 207a496 + e1c96c2 commit f75dc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datadog/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
checksum/agent-config: {{ tpl (toYaml .Values.agents.customAgentConfig) . | sha256sum }}
{{- end }}
{{- if eq (include "should-enable-system-probe" .) "true" }}
{{- if and (.Values.agents.podSecurity.apparmor.enabled) (not .Values.providers.gke.autopilot) }}
{{- if and (.Values.agents.podSecurity.apparmor.enabled) }}
container.apparmor.security.beta.kubernetes.io/system-probe: {{ .Values.datadog.systemProbe.apparmor }}
{{- end }}
{{- if semverCompare "<1.19.0" .Capabilities.KubeVersion.Version }}
Expand Down

0 comments on commit f75dc05

Please sign in to comment.