Adding a configurable option for automountServiceAccountToken in argo-rollouts chart. This is my first contribution so please let me know if I am missing anything.
Checklist:
[x] I have bumped the chart version according to versioning
[x] I have updated the documentation according to documentation
[x] I have updated the chart changelog with all the changes that come with this pull request according to changelog.
[x] Any new values are backwards compatible and/or have sensible default.
[x] I have signed off all my commits as required by DCO.
Inspired by https://github.com/argoproj/argo-helm/pull/2625
Adding a configurable option for
automountServiceAccountToken
in argo-rollouts chart. This is my first contribution so please let me know if I am missing anything.Checklist: