chart adds unused service-account-token-volume which is not found
The chart seems to add a service-account-token-volume volume when it seems like it should not. Specifically, I am looking at:
name: service-account-token-volume
It seems like this should be added by the ServiceAccount admission controller, see:
In my setup with this deployed, ConfigMap kube-root-ca.crt is not found in the same namespace. It doesn't seem to matter because way up on line 41, we have:
automountServiceAccountToken: false
so it's not high priority of course, it's not causing problems, but I think it is incorrect.
Edited by Steve Wills