Chart: Align HPA & KEDA conditions. (#11110)

This commit is contained in:
Marco Ebert 2024-03-12 14:43:51 +01:00 committed by GitHub
parent aa5deedae3
commit 9480cde724
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 70 additions and 8 deletions

View file

@ -63,3 +63,11 @@ tests:
asserts:
- hasDocuments:
count: 0
- it: should not create a PodDisruptionBudget if `controller.autoscaling.enabled` is true and `controller.keda.enabled` is true
set:
controller.autoscaling.enabled: true
controller.keda.enabled: true
asserts:
- hasDocuments:
count: 0