From 186b66e1a6616f1fd6d8c58f3a2c0674bde3aaa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Barrera=20S=C3=A1nchez?= Date: Wed, 28 Oct 2020 18:19:00 +0100 Subject: [PATCH] Update example --- example/my-cluster.tfvars | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/example/my-cluster.tfvars b/example/my-cluster.tfvars index f5f17d0..a515bc7 100644 --- a/example/my-cluster.tfvars +++ b/example/my-cluster.tfvars @@ -19,7 +19,8 @@ node_pools = [ "sighup.io/fury-release" : "v1.3.0" } taints : [] - tags = {} + tags : {} + max_pods : null }, { name : "nodepool2" @@ -32,6 +33,7 @@ node_pools = [ taints : [ "sighup.io/role=app:NoSchedule", ] - tags = {} + tags : {} + max_pods : null } ]