Skip to content

Commit

Permalink
Merge pull request #77 from javacruft/bug/2045670
Browse files Browse the repository at this point in the history
microk8s: Disable certificate verification
  • Loading branch information
gboutry committed Jan 12, 2024
2 parents 68adb3d + 2bf6e05 commit 6b440b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/etc/deploy-microk8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ resource "juju_application" "microk8s" {
addons = join(" ", [for key, value in var.addons : "${key}:${value}"])
disable_cert_reissue = true
kubelet_serialize_image_pulls = false
skip_verify = true
}
}

0 comments on commit 6b440b4

Please sign in to comment.