Skip to content

Commit

Permalink
remove outdated examples. move to arm by default. remove outdated ngi…
Browse files Browse the repository at this point in the history
…nx installation because traefik works for rancher
  • Loading branch information
drpebcak committed Oct 25, 2021
1 parent a75fa00 commit 6674a9c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,7 @@ data "cloudinit_config" "k3s_server" {

part {
content_type = "text/x-shellscript"
content = templatefile("${path.module}/files/ingress-install.sh", { install_nginx_ingress = local.install_nginx_ingress })
}

part {
content_type = "text/x-shellscript"
content = templatefile("${path.module}/files/rancher-install.sh", { certmanager_version = local.certmanager_version, letsencrypt_email = local.letsencrypt_email, rancher_version = local.rancher_version, rancher_hostname = "${local.subdomain}.${local.domain}", install_rancher = local.install_rancher, install_nginx_ingress = local.install_nginx_ingress, install_certmanager = local.install_certmanager, rancher_password = local.rancher_password })
content = templatefile("${path.module}/files/rancher-install.sh", { certmanager_version = local.certmanager_version, letsencrypt_email = local.letsencrypt_email, rancher_version = local.rancher_version, rancher_hostname = "${local.subdomain}.${local.domain}", install_rancher = local.install_rancher, install_certmanager = local.install_certmanager, rancher_password = local.rancher_password })
}

part {
Expand Down

0 comments on commit 6674a9c

Please sign in to comment.