address review comments.

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
This commit is contained in:
Mukundan Sundararajan 2023-10-05 21:29:47 +05:30
parent 863cabc73f
commit 54434a610c
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ spec:
nameResolution:
component: "kubernetes"
configuration:
"clusterDomain": "cluster.local" # Mutually exclusive with the template field
"template": "{{.ID}}-{{.Data.region}}.internal:{{.Port}}" # Mutually exclusive with the clusterDomain field
clusterDomain: "cluster.local" # Mutually exclusive with the template field
template: "{{.ID}}-{{.Data.region}}.internal:{{.Port}}" # Mutually exclusive with the clusterDomain field
```
## Behaviour