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

14 lines
279 B
YAML

authToken: auth-token
proxyAddr: proxy.example.com:3080
roles: kube
kubeClusterName: test-kube-cluster
tolerations:
- key: "dedicated"
operator: "Equal"
value: "teleport"
effect: "NoExecute"
- key: "dedicated"
operator: "Equal"
value: "teleport"
effect: "NoSchedule"