mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: install flux to new k3s cluster
This commit is contained in:
parent
41d120b277
commit
70a986913c
7 changed files with 264 additions and 4 deletions
|
|
@ -1,7 +1,11 @@
|
|||
output cluster_public_ip {
|
||||
output "cluster_public_ip" {
|
||||
value = module.k3s_cluster.server_public_ip
|
||||
}
|
||||
|
||||
output cluster_name {
|
||||
output "cluster_name" {
|
||||
value = local.cluster_name
|
||||
}
|
||||
|
||||
output "summary" {
|
||||
value = module.k3s_cluster_v2.summary
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue