-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong syntax in the HTTPScaledObject in example v0.6.0 #869
Comments
I presume you are referring to https://github.com/kedacore/http-add-on/blob/main/examples/v0.6.0/httpscaledobject.yaml? I think it was accidentally using |
Oh, you are totally right, I did a mistake when I added the example. Let me open a PR to fix it |
This is the fix: #871 Thanks for reporting! 🙇 |
Report
The HTTPScaledObject example for release 0.6.0 failed to deploy
Expected Behavior
Expect that the example can be deployed without any errors.
Actual Behavior
Using the example (a good short way instead of reading the documentation) from folder example/0.6.0 returns an error:
After I looked in previous versions, I saw that "deployment" was used, and so I replaced the spec.scaleTargetRef.name by spec.scaleTargetRef.deployment and it works,
Steps to Reproduce the Problem
Deploy the HTTPScaledObject from v0.6.0 example folder
Logs from KEDA HTTP operator
N/A
What version of the KEDA HTTP Add-on are you running?
0.6.0
Kubernetes Version
1.27
Platform
AWS EKS
The text was updated successfully, but these errors were encountered: