Chart: Set automountServiceAccountToken in workloads. (#12247)

Signed-off-by: Aran Shavit <Aranshavit@gmail.com>
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
Aran Shavit 2024-10-29 22:55:25 +02:00 committed by GitHub
parent bd76cf8f05
commit e07f0f6890
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 55 additions and 0 deletions

View file

@ -215,3 +215,11 @@ tests:
- equal:
path: spec.progressDeadlineSeconds
value: 111
- it: should create a Deployment with token auto-mounting disabled if `serviceAccount.automountServiceAccountToken` is false
set:
serviceAccount.automountServiceAccountToken: false
asserts:
- equal:
path: spec.template.spec.automountServiceAccountToken
value: false