openshift-helm-charts / development

0 stars 17 forks source link

Ensure service account token generation for workflows #366

Closed komish closed 3 months ago

komish commented 3 months ago

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).