Added config example and fixed helm installation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
resource "helm_release" "argocd" {
|
||||
name = "argo-cd"
|
||||
namespace = "argocd"
|
||||
create_namespace = true
|
||||
chart = "argo-cd"
|
||||
version = "8.3.1"
|
||||
repository = "https://argoproj.github.io/argo-helm"
|
||||
|
||||
Reference in New Issue
Block a user