Skip to content

Commit

Permalink
chore: Only include node_pools_taints in example in modules that supp…
Browse files Browse the repository at this point in the history
…ort it (#468)
  • Loading branch information
Jberlinsky committed Mar 29, 2020
1 parent 1ac2c5c commit f48eb32
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 36 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ module "gke" {
}
}
node_pools_taints = {
all = []
default-node-pool = [
{
key = "default-node-pool"
value = true
effect = "PREFER_NO_SCHEDULE"
},
]
}
node_pools_tags = {
all = []
Expand Down
2 changes: 2 additions & 0 deletions autogen/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ module "gke" {
node-pool-metadata-custom-value = "my-node-pool"
}
}
{% if beta_cluster %}
node_pools_taints = {
all = []
Expand All @@ -142,6 +143,7 @@ module "gke" {
},
]
}
{% endif %}
node_pools_tags = {
all = []
Expand Down
12 changes: 0 additions & 12 deletions modules/private-cluster-update-variant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,6 @@ module "gke" {
}
}
node_pools_taints = {
all = []
default-node-pool = [
{
key = "default-node-pool"
value = true
effect = "PREFER_NO_SCHEDULE"
},
]
}
node_pools_tags = {
all = []
Expand Down
12 changes: 0 additions & 12 deletions modules/private-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,6 @@ module "gke" {
}
}
node_pools_taints = {
all = []
default-node-pool = [
{
key = "default-node-pool"
value = true
effect = "PREFER_NO_SCHEDULE"
},
]
}
node_pools_tags = {
all = []
Expand Down

0 comments on commit f48eb32

Please sign in to comment.