Skip to content

Commit 758784e

Browse files
EItanyaCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
1 parent 489bc0f commit 758784e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

helm/kagent/tests/controller-deployment_test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ tests:
8484
path: data.A2A_BASE_URL
8585
value: "http://RELEASE-NAME-controller.NAMESPACE.svc:8083"
8686

87+
- it: should set A2A_BASE_URL with computed custom cluster domain
88+
template: controller-configmap.yaml
89+
set:
90+
clusterDomain: my.domain
91+
asserts:
92+
- equal:
93+
path: data.A2A_BASE_URL
94+
value: "http://RELEASE-NAME-controller.NAMESPACE.svc.my.domain:8083"
8795
- it: should set A2A_BASE_URL with custom value when explicitly set
8896
template: controller-configmap.yaml
8997
set:

0 commit comments

Comments
 (0)