-
Notifications
You must be signed in to change notification settings - Fork 335
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
fix: make targetRef required #5593
fix: make targetRef required #5593
Conversation
Remove omitempty for all TargetRefs and regenerate the policies Signed-off-by: AyushSenapati <a.p.senapati008@gmail.com>
kuma-commit workflow is failing because, it tests the generated policies by kumactl install with some golden testdata files. As targetRef is now a required field, policy output format is changed a bit. so we need to adjust the testdata files in order for these testcases to pass. I am not sure if I should update the testdata files or this is reserved for maintainers only. |
/format /golden_files |
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
/format /golden_files |
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Thank you @AyushSenapati for the contribution!
FYI I fixed the flaky e2e test we had here in #5596
Signed-off-by: AyushSenapati <a.p.senapati008@gmail.com> Signed-off-by: Mike Beaumont <mjboamail@gmail.com> Co-authored-by: Mike Beaumont <mjboamail@gmail.com> Signed-off-by: Bart Smykla <bartek@smykla.com>
Remove omitempty for all TargetRefs and regenerate the policies (Closes #5548)
Signed-off-by: AyushSenapati a.p.senapati008@gmail.com
Checklist prior to review
syscall.Mkfifo
have equivalent implementation on the other OS --UPGRADE.md
? -- No> Changelog:
entry here or add aci/
label to run fewer/more tests? No