charts/teleport-kube-agent-13.3.8/.lint/host-aliases.yaml
2024-08-15 22:45:43 +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"