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

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Zadkiel 2021-07-16 15:07:25 +02:00 committed by GitHub
parent 460559fd32
commit d8bd70e1cb

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