We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unfortunately, controller runtime from version 0.15.0 onward does not support the injection of decoders anymore. So to prevent future failures we do need to change our lifecycle operator main to explicitly initialize the decoders. This has been already tested here: https://github.com/keptn/lifecycle-toolkit/blob/poc/scheduling_gates/operator/main.go#L351
The text was updated successfully, but these errors were encountered:
Hi @thisthat I want to contribute to this. could you please assign it to me.
Sorry, something went wrong.
geoffrey1330
Successfully merging a pull request may close this issue.
Unfortunately, controller runtime from version 0.15.0 onward does not support the injection of decoders anymore. So to prevent future failures we do need to change our lifecycle operator main to explicitly initialize the decoders. This has been already tested here: https://github.com/keptn/lifecycle-toolkit/blob/poc/scheduling_gates/operator/main.go#L351
The text was updated successfully, but these errors were encountered: