feat: Add config for persistent storage
This commit is contained in:
parent
c10aded847
commit
c533c7c070
5 changed files with 13 additions and 2 deletions
|
|
@ -83,6 +83,7 @@ resource "talos_machine_configuration_apply" "config_apply_worker" {
|
|||
gateway-api_version = var.node_config.gateway_api_version
|
||||
cilium_version = var.node_config.cilium_version
|
||||
cilium_install_file = file("${path.module}/templates/cilium-install.yaml.tmpl")
|
||||
pvc_disks = each.value.pvc_disks
|
||||
})
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue