Hi,
If I have a namespace called abc
and I want to create some role binding, does the group name system:serviceaccounts:abc
have special meaning? I saw people using it, but could not find any reference.
If I want to create a role binding for all service accounts in a namespace, I can use the system:serviceaccounts
group name, right?
Thanks,