Skip to content

Commit

Permalink
OTAGENT-254 Fix SerivceAccount name for OTel Agent ClusterRoleBinding
Browse files Browse the repository at this point in the history
  • Loading branch information
krlv committed Mar 5, 2025
1 parent 5c168ad commit 72d38b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datadog/templates/otel-agent-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ roleRef:
name: {{ template "datadog.fullname" . }}-otel-agent
subjects:
- kind: ServiceAccount
name: {{ include "agents.serviceAccountName" . }}-otel-agent
name: {{ include "agents.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
{{- end -}}
{{- end -}}

0 comments on commit 72d38b7

Please sign in to comment.