fix ds serviceaccount mount

This commit is contained in:
kongfei 2022-06-16 21:45:03 +08:00
parent 19cc6d78ac
commit 3f26768565
1 changed files with 1 additions and 0 deletions

View File

@ -608,6 +608,7 @@ spec:
- mountPath: /var/run/docker.sock - mountPath: /var/run/docker.sock
name: docker-socket name: docker-socket
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
serviceAccount: n9e-categraf
hostNetwork: true hostNetwork: true
restartPolicy: Always restartPolicy: Always
schedulerName: default-scheduler schedulerName: default-scheduler