trivy-operator
trivy-operator copied to clipboard
Add variable for `automountServiceAccountToken`
Hi, I would like to variabilize the automountServiceAccountToken
field. It's needed if someone want to use a tool like vault-secret-webhook
to retrieve the secrets. In the operator and in the jobs.
Thanks!
@ichasco-heytrade you can pick up this issue if you like :)
This has to be changed in the jobs. But I don't know how to do it. If it had been be in the HELM templates I would have done myself
This has to be changed in the jobs. But I don't know how to do it. If it had been be in the HELM templates I would have done myself
Give it a try , here is a reference where we set the automountServiceAccountToken
, you just need to make it configurable and expose it in helm chart. take a look at this example how to make it configurable
Hi, @chen-keinan I have tried but have not succeeded :(
@ichasco-heytrade no worries , we will pick it up and you could review it