envbox icon indicating copy to clipboard operation
envbox copied to clipboard

support customizing envbox host files via `host_aliases`

Open ericpaulsen opened this issue 2 years ago • 0 comments

a customer wants to set host_aliases in their envbox-based workspace. they mention this works for non-envbox workspaces. K8s docs here. below is what they've set in their template:

  spec {
    restart_policy = "Never"

    host_aliases {
      hostnames = ["…."]
      ip        = "127.0.0.1"
    }

ericpaulsen avatar Sep 15 '23 14:09 ericpaulsen