mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Format Terraform
This commit is contained in:
parent
28c0596849
commit
ef99f6015c
@ -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
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user