Added more namespace and installed argocd via helm
This commit is contained in:
8
kubernetes/helm.tf
Normal file
8
kubernetes/helm.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
resource "helm_release" "argocd" {
|
||||
name = "argocd"
|
||||
chart = "argo-cd"
|
||||
repository = "https://argoproj.github.io/argo-helm"
|
||||
version = "7.7.0"
|
||||
timeout = "1500"
|
||||
namespace = kubernetes_namespace.argocd.id
|
||||
}
|
||||
Reference in New Issue
Block a user