tbot
helm chart does not create role
and rolebinding
#51181
Labels
tbot
helm chart does not create role
and rolebinding
#51181
Expected behavior:
We are deploying a tbot agent using the official helm with the following values to avoid the
serviceAccount
creation.Even if the
serviceAccount.create
is set tofalse
we would expect that theRole
andRoleBinding
objects are still created by the chart. I believe the SA creation switch should not be linked to theRole
andRoleBinding
creation.Current behavior:
If we set
serviceAccount.create: false
in the tbot chart, theRole
andRoleBinding
are not created. Thus the SA cannot update Kubernetes Secrets.Bug details:
Teleport version:
16.4.3
Recreation steps
Use the following helm values in a file named
myvalues.yaml
Install the helm chart using the following command
if the GCP authentication is successful again Teleport, tbot will complain that its missing permission to update K8S secret.
Debug logs
The text was updated successfully, but these errors were encountered: