Skip to content

Commit

Permalink
Merge pull request #1328 from lennart/bugfix/zram_on_agents
Browse files Browse the repository at this point in the history
pass zram to agents as well
  • Loading branch information
mysticaltech committed May 1, 2024
2 parents 5583100 + cb618e6 commit d1aea66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agents.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module "agents" {
cloudinit_write_files_common = local.cloudinit_write_files_common
cloudinit_runcmd_common = local.cloudinit_runcmd_common
swap_size = each.value.swap_size
zram_size = each.value.zram_size

private_ipv4 = cidrhost(hcloud_network_subnet.agent[[for i, v in var.agent_nodepools : i if v.name == each.value.nodepool_name][0]].ip_range, each.value.index + 101)

Expand Down

0 comments on commit d1aea66

Please sign in to comment.