-
Notifications
You must be signed in to change notification settings - Fork 448
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
change tls values from true/false to enable/disable #648
change tls values from true/false to enable/disable #648
Conversation
Signed-off-by: Gunnar Palsson <gunniwho@gmail.com>
✔️ Deploy Preview for keda ready! 🔨 Explore the source changes: 8dec1cf 🔍 Inspect the deploy log: https://app.netlify.com/sites/keda/deploys/620439ab09eb330007319c55 😎 Browse the preview: https://deploy-preview-648--keda.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but this does not seem to be a recent change but rather stale docs. Would you mind updating the previous versions of this?
Signed-off-by: Gunnar Palsson <gunniwho@gmail.com>
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Waiting for feature to be merged first |
thanks for your contribution! |
Signed-off-by: Gunnar Palsson gunniwho@gmail.com
Provide a description of what has been changed
Changed the tls values from true/false to enable/disable. This is accompanying my PR to allow
disable
as a valid value here.Checklist
Fixes kedacore/keda#2608
Related kedacore/keda#2611