removing hard coded env vars in game servers
This commit is contained in:
parent
ee23406f49
commit
ac11487feb
@ -28,10 +28,6 @@ resource kubernetes_pod game {
|
|||||||
container_port = each.value.port.internal
|
container_port = each.value.port.internal
|
||||||
protocol = coalesce(each.value.proto, "TCP")
|
protocol = coalesce(each.value.proto, "TCP")
|
||||||
}
|
}
|
||||||
env {
|
|
||||||
name = "EULA"
|
|
||||||
value = "TRUE"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user