You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
considering documentation, I should be able to use [key].serviceAccountAnnotations map[string]string. This does not work as serivceAccountAnnotations object can not be parsed by the API.
error: strict decoding error: unknown field "spec.override.nodeAgent.serviceAccountAnnotations"
command kubectl get crd datadogagents.datadoghq.com -o yaml | grep -i service | grep -i serviceAccountAnnotations gives empty result.
considering documentation, I should be able to use
[key].serviceAccountAnnotations map[string]string
. This does not work as serivceAccountAnnotations object can not be parsed by the API.error:
strict decoding error: unknown field "spec.override.nodeAgent.serviceAccountAnnotations"
command
kubectl get crd datadogagents.datadoghq.com -o yaml | grep -i service | grep -i serviceAccountAnnotations
gives empty result.Chart used is datadog-operator v1.9.0
agent manifest:
I've tried it also with combinations with
createRbac
andserviceAccountName
with no luckThe text was updated successfully, but these errors were encountered: