add unit tests for gateway api

This commit is contained in:
2026-07-04 12:20:55 -04:00
parent f5421dd332
commit 0758422402
4 changed files with 160 additions and 0 deletions
@@ -12,3 +12,14 @@ tests:
asserts:
- failedTemplate:
errorMessage: valkey and valkey-cluster cannot be enabled at the same time. Please only choose one.
- it: fails when trying to enable ingress and gateway httpRoute at the same time
set:
ingress:
enabled: true
gateway:
httpRoute:
enabled: true
asserts:
- failedTemplate:
errorMessage: You cannot enable both Ingress and HTTPRoute at the same time