mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 23:10:22 +07:00
Add argocd back to bootstrap
This commit is contained in:
parent
ddf881e2ea
commit
efa23b0fee
@ -67,6 +67,16 @@ resource "helm_release" "longhorn" {
|
||||
create_namespace = true
|
||||
}
|
||||
|
||||
resource "helm_release" "argocd" {
|
||||
name = "argocd"
|
||||
repository = "https://argoproj.github.io/argo-helm"
|
||||
chart = "argocd"
|
||||
version = "3.1.2"
|
||||
|
||||
namespace = "argocd"
|
||||
create_namespace = true
|
||||
}
|
||||
|
||||
# TODO move Vault out of bootstrap
|
||||
resource "helm_release" "vault" {
|
||||
name = "vault"
|
||||
|
Loading…
Reference in New Issue
Block a user