Many Token Gitlab-runner on Kubernetes

Hello, Can I add many token on one values-gitlab.yml with helm?

I can’t find the configuration with many token on values-gitlab, when i add multiple runnerRegistrationToken on values-gitlab.yml with secret the token previous is replace with new token.
example:

secrets: 
    - name: gitlab-runner-token-1
    - name: gitlab-runner-token-2

Can someone help me?