diff --git a/chart/values.yaml b/chart/values.yaml
index 2e211754ac59a27beeda56da2816702aafd2ea80..cfdef5df5bf527a2ab081d9311881a45df9b7329 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -481,23 +481,10 @@ twistlock:
   # -- Post Renderers.  See docs/postrenders.md
   postRenderers: []
 
+#
 # ----------------------------------------------------------------------------------------------------------------------
 #
 addons:
-  vault:
-    # -- Toggle deployment of Vault.
-    enabled: true
-    git:
-      repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
-      path: "./chart"
-      branch: "deploy-vault"
-    # -- Flux reconciliation overrides specifically for the Twistlock Package
-    flux: {}
-    ingress:
-      gateway: ""
-    values: {}
-    postRenderers: []
-# ----------------------------------------------------------------------------------------------------------------------  
   argocd:
     # -- Toggle deployment of ArgoCD.
     enabled: false
@@ -1153,10 +1140,7 @@ addons:
       gateway: ""
 
     # -- Values to passthrough to the vault chart: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
-    values:
-      injector:
-        leaderElector:
-          enabled: false
+    values: {}
 
     # -- Post Renderers.  See docs/postrenders.md
     postRenderers: []