Skip to content

Commit

Permalink
Fix race condition when updating kubeconfig (fixes #223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Nov 12, 2020
1 parent 124dc9a commit da6d480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/k3s-docker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ provider "helm" {

module "cluster" {
source = "camptocamp/k3s/docker"
version = "0.2.0"
version = "0.3.1"

cluster_name = var.cluster_name
k3s_version = var.k3s_version
Expand Down

0 comments on commit da6d480

Please sign in to comment.