From d051bebefd66136632d983c9cfafb797f296c1ca Mon Sep 17 00:00:00 2001
From: Ryan Garcia <garcia.ryan@solute.us>
Date: Mon, 15 Nov 2021 19:44:10 +0000
Subject: [PATCH] Test update leaderElector in values.yaml

---
 chart/values.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 077bbcadb0..ed2ecfe83b 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1139,7 +1139,10 @@ addons:
       gateway: ""
 
     # -- Values to passthrough to the vault chart: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
-    values: {}
+    values:
+      injector:
+        leaderElector:
+          enabled: false
 
     # -- Post Renderers.  See docs/postrenders.md
     postRenderers: []
-- 
GitLab