charts/teleport-kube-agent/.lint/host-aliases.yaml
2023-09-09 15:54:27 +08:00

12 lines
238 B
YAML

proxyAddr: proxy.example.com:3080
kubeClusterName: test-kube-cluster-name
hostAliases:
- ip: "127.0.0.1"
hostnames:
- "foo.local"
- "bar.local"
- ip: "10.1.2.3"
hostnames:
- "foo.remote"
- "bar.remote"