From 9e9575bf481c64589c8ce584c674e5187da26657 Mon Sep 17 00:00:00 2001 From: Naseem Date: Thu, 9 Jan 2020 08:30:28 -0500 Subject: [PATCH] Add comment about service account annotations Signed-off-by: Naseem --- pkg/chartutil/create.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index 0363ab262..6c8dff6a5 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -103,6 +103,7 @@ fullnameOverride: "" serviceAccount: # Specifies whether a service account should be created create: true + # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template