From a22b090de64a6deeaf03b643865f4ec67625bfeb Mon Sep 17 00:00:00 2001
From: Michael Martin <michaelmartin@seed-innovations.com>
Date: Fri, 27 Aug 2021 12:51:36 -0600
Subject: [PATCH] word smithing

---
 chart/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 576c7667e2..510ce87dda 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -41,7 +41,7 @@ git:
     # -- HTTP git credentials, both username and password must be provided
     username: ""
     password: ""
-    # -- HTTPS certificate authority file.  Required for any repo with self signed certificate
+    # -- HTTPS certificate authority file.  Required for any repo with a self signed certificate
     caFile: ""
     # -- SSH git credentials, privateKey, publicKey, and knownHosts must be provided
     privateKey: ""
-- 
GitLab