For the saforcertadmin scripts, we would previously detect the service account secret and read that for the token value. Since we now know the name of the secret, the logic becomes simpler.
For the saforcharttesting scripts, we just add an additional resource to be created. I left the parsing logic intact as it seems to work in my testing, and remains backwards compatible (not that we really need that here).
Fixes #365
For the saforcertadmin scripts, we would previously detect the service account secret and read that for the token value. Since we now know the name of the secret, the logic becomes simpler.
For the saforcharttesting scripts, we just add an additional resource to be created. I left the parsing logic intact as it seems to work in my testing, and remains backwards compatible (not that we really need that here).