Merge branch 'service-account-add'

This commit is contained in:
Daan Selen
2026-04-01 21:56:20 +02:00
4 changed files with 18 additions and 0 deletions

View File

@ -488,3 +488,15 @@ tests:
echo "Trying again in 3 seconds..."
done
echo "Gitea has been reached!"
- it: should render service account name correctly
template: templates/statefulset.yaml
set:
enabled: true
statefulset:
serviceAccountName: "my-service-account"
asserts:
- hasDocuments:
count: 1
- equal:
path: spec.template.spec.serviceAccountName
value: "my-service-account"