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
And this makes traits such as cron and knative to not work as expected, because the operator skips them.
So, e.g. this works:
- from: uri: "cron:tab?schedule=*+*+*+*+?" # ...
But this doesn't:
- from: uri: "cron:tab" parameters: schedule: "* * * * ?" # ...
Even if they are equivalent at runtime level, they are not at operator side.
The text was updated successfully, but these errors were encountered:
Fix apache#2441: parse parameters in YAML DSL
323909c
Fix #2441: parse parameters in YAML DSL
287dce0
8889764
Merge pull request #42 from nicolaferraro/fix-yaml-params
10d0362
Backport Fix apache#2441: parse parameters in YAML DSL
nicolaferraro
Successfully merging a pull request may close this issue.
And this makes traits such as cron and knative to not work as expected, because the operator skips them.
So, e.g. this works:
But this doesn't:
Even if they are equivalent at runtime level, they are not at operator side.
The text was updated successfully, but these errors were encountered: