Format Terraform

This commit is contained in:
Khue Doan 2021-06-13 16:23:36 +07:00
parent 28c0596849
commit ef99f6015c
2 changed files with 6 additions and 8 deletions

View File

@ -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
}

View File

@ -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"
}
}