Added first kubernetes resources, removed clutter
This commit is contained in:
8
kubernetes/helm_releases.tf
Normal file
8
kubernetes/helm_releases.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
resource "helm_release" "argocd" {
|
||||
name = "argo-cd"
|
||||
namespace = "argocd"
|
||||
chart = "argo-cd"
|
||||
version = "8.3.1"
|
||||
repository = "https://argoproj.github.io/argo-helm"
|
||||
timeout = 120
|
||||
}
|
||||
Reference in New Issue
Block a user