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:
parent
37277315ce
commit
e393ef1ba2
3 changed files with 3 additions and 10 deletions
|
|
@ -5,11 +5,6 @@ images:
|
|||
pullSecrets: []
|
||||
# - name: argo-pull-secret
|
||||
|
||||
init:
|
||||
# By default the installation will not set an explicit one, which will mean it uses `default` for the namespace the chart is
|
||||
# being deployed to. In RBAC clusters, that will almost certainly fail. See the NOTES: section of the readme for more info.
|
||||
serviceAccount: ""
|
||||
|
||||
createAggregateRoles: true
|
||||
|
||||
## String to partially override "argo-workflows.fullname" template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue