diff --git a/infra/bootstrap.tf b/infra/bootstrap.tf index 15d0930c..9cb542a6 100644 --- a/infra/bootstrap.tf +++ b/infra/bootstrap.tf @@ -8,13 +8,11 @@ provider "helm" { } resource "helm_release" "argocd" { - name = "argocd" - repository = "https://argoproj.github.io/argo-helm" - chart = "argo-cd" - version = "3.1.2" - + name = "argocd" + repository = "https://argoproj.github.io/argo-helm" + chart = "argo-cd" + version = "3.1.2" namespace = "argocd" create_namespace = true - - wait = true + wait = true } diff --git a/infra/cluster.tf b/infra/cluster.tf index 5034c083..09827acc 100644 --- a/infra/cluster.tf +++ b/infra/cluster.tf @@ -52,7 +52,7 @@ resource "rke_cluster" "cluster" { plugin = "canal" options = { canal_flex_volume_plugin_dir = "/opt/kubernetes/kubelet-plugins/volume/exec/nodeagent~uds" - flannel_backend_type = "vxlan" + flannel_backend_type = "vxlan" } }