mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
Install Vault
This commit is contained in:
parent
ce6b589914
commit
aa3ffc8d9e
@ -116,3 +116,13 @@ resource "kubernetes_ingress" "grafana_ingress" {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
resource "helm_release" "vault" {
|
||||
name = "vault"
|
||||
repository = "https://helm.releases.hashicorp.com"
|
||||
chart = "vault"
|
||||
version = "0.8.0"
|
||||
|
||||
namespace = "vault"
|
||||
create_namespace = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user