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.
@koltunskim The serviceAccountAnnotations field was added in operator v1.10.0, which is undergoing QA at the moment and hasn't been released yet. The CRDs for the datadog-operator helm chart will be updated after v1.10.0 is released. You can double check which version of the operator the chart uses with this appVersion field, which at the moment of writing is 1.9.0
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: