UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit df2ed55a authored by mr-bot's avatar mr-bot Committed by Ryan Garcia
Browse files

Updated vault git tag

parent a9b43e15
No related branches found
No related tags found
1 merge request!2117Updated vault git tag
......@@ -1407,7 +1407,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
path: "./chart"
tag: "0.21.0-bb.0"
tag: "0.22.0-bb.0"
# -- Flux reconciliation overrides specifically for the Vault Package
flux: {}
......
......@@ -41,10 +41,6 @@ addons:
# this is a double negative. Put "false" to enable TLS for passthrough ingress
tlsDisable: false
injector:
extraEnvironmentVars:
AGENT_INJECT_VAULT_ADDR: "https://vault.bigbang.dev"
server:
# Increase default resources
resources:
......@@ -62,7 +58,6 @@ addons:
# Extra environment variable to support high availability
extraEnvironmentVars:
# the istio gateway domain
VAULT_API_ADDR: https://vault.bigbang.dev
VAULT_SKIP_VERIFY: "true"
VAULT_LOG_FORMAT: "json"
VAULT_LICENSE: "your-license-key-goes-here"
......@@ -72,6 +67,10 @@ addons:
enabled: true
replicas: 3
# tell the deployments where our Vault API endpoint is
# see https://github.com/hashicorp/vault-helm/issues/789
apiAddr: "https://vault.bigbang.dev"
# raft is the license free most simple solution for a distributed filesystem
raft:
enabled: true
......@@ -126,4 +125,4 @@ addons:
unauthenticated_metrics_access = true
}
service_registration "kubernetes" {}
\ No newline at end of file
service_registration "kubernetes" {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment