fix(argo-workflows): remove old default init service account (#834)

* fix(argo-workflows): remove old default init service account

Signed-off-by: GitHub <noreply@github.com>

* fix(argo-workflows): remove init.serviceAccount from README

Signed-off-by: GitHub <noreply@github.com>

* chore(argo-workflows): update changelog

Signed-off-by: GitHub <noreply@github.com>

* chore(argo-workflows): bump chart to 0.2.8

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: Vlad Losev <vladlosev@users.noreply.github.com>
This commit is contained in:
Zadkiel 2021-07-20 20:24:41 +02:00 committed by GitHub
parent 37277315ce
commit e393ef1ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 10 deletions

View file

@ -10,7 +10,7 @@ This chart uses an install hook to configure the CRD definition. Installation of
A few options are:
- Manually create a ServiceAccount in the Namespace which your release will be deployed w/ appropriate bindings to perform this action and set the `init.serviceAccount` attribute
- Manually create a ServiceAccount in the Namespace which your release will be deployed w/ appropriate bindings to perform this action and set the `serviceAccountName` field in the Workflow spec
- Augment the `default` ServiceAccount permissions in the Namespace in which your Release is deployed to have the appropriate permissions
## Usage Notes