Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Oct 29, 2020
1 parent 133661f commit 186b66e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/my-cluster.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ node_pools = [
"sighup.io/fury-release" : "v1.3.0"
}
taints : []
tags = {}
tags : {}
max_pods : null
},
{
name : "nodepool2"
Expand All @@ -32,6 +33,7 @@ node_pools = [
taints : [
"sighup.io/role=app:NoSchedule",
]
tags = {}
tags : {}
max_pods : null
}
]

0 comments on commit 186b66e

Please sign in to comment.