From 31f5c9b882480ecccde14c05ac2c75756e462a8b Mon Sep 17 00:00:00 2001 From: Ryan Garcia <garcia.ryan@solute.us> Date: Fri, 29 Oct 2021 22:16:43 +0000 Subject: [PATCH] Update values.yaml with vault tag --- chart/values.yaml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 2e211754ac..077bbcadb0 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 @@ -1142,8 +1129,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git path: "./chart" - #tag: "0.1.0-bb.0" - branch: "finalization" + tag: "0.1.0-bb.0" # -- Flux reconciliation overrides specifically for the Vault Package flux: {} @@ -1153,10 +1139,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: [] -- GitLab