fix scaleTargetRef definition for KEDA v.2

This commit is contained in:
hoodbsa 2021-01-14 13:29:32 +03:00
parent 9bf4155724
commit d70652a0eb
No known key found for this signature in database
GPG key ID: 2D2768C44911298A
3 changed files with 13 additions and 3 deletions

View file

@ -4,6 +4,11 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
### Unreleased
### 3.20.1
- Do not create KEDA in case of DaemonSets.
- Fix KEDA v2 definition
### 3.20.0
- [] [#6730](https://github.com/kubernetes/ingress-nginx/pull/6730) Do not create HPA for defaultBackend if not enabled.