From c938c89947371fa3e3e3e2d43044749a413ec443 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Fri, 10 Nov 2023 15:39:00 -0700 Subject: [PATCH] chore: fix Helm chart lint error Signed-off-by: Tyler Gillson --- chart/validator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/validator/values.yaml b/chart/validator/values.yaml index c2d909ce..e6400f42 100644 --- a/chart/validator/values.yaml +++ b/chart/validator/values.yaml @@ -131,7 +131,7 @@ plugins: # By default, a secret will be created. Leave the above fields blank and specify 'createSecret: false' to use an existing secret. # WARNING: the existing secret must match the format used in auth-secret.yaml # createSecret: true - + # Override the service account used by AWS validator (optional, could be used for IMDSv2 on EKS) # WARNING: the chosen service account must have the same RBAC privileges as seen in manager-rbac.yaml serviceAccountName: ""