From f3e9ed48857437da40d4af6af3cda521ac17fb1e Mon Sep 17 00:00:00 2001 From: Chi-En Wu Date: Thu, 23 Apr 2020 17:09:35 +0800 Subject: [PATCH] docs: remove third parameter of `common.serviceAccountName` --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 695c3ef..33d8848 100644 --- a/README.md +++ b/README.md @@ -1062,11 +1062,10 @@ app.kubernetes.io/name: mychart ### `common.serviceAccountName` -The `common.serviceAccountName` template accepts a list of three values: +The `common.serviceAccountName` template accepts a list of two values: - `$top`, the top context - `$serviceAccount`, a dictionary of values used in the service account template -- [optional] the template name of the overrides It generates a name suitable for the `serviceAccountName` field of a `Pod` resource. It is used like this: