-
Notifications
You must be signed in to change notification settings - Fork 233
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
feat: Support extra kubernetes manifests #395
Conversation
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.
looking good! Could you add any extra object to the test case? 🙏
What do you think about this feature @kedacore/keda-helm-contributors ?
225db39
to
fd06f3a
Compare
Could you check the e2e tests too? It seems that the extra manifests are applied before the others and that's why they are failing (because ClusterTriggerAuthentication isn't registered yet) |
b0f9633
to
767b9e3
Compare
767b9e3
to
833316a
Compare
I also need this feature to be able to deploy NetworkPolicies :-) Is there something I could assist? |
@fboula , any update ? |
Signed-off-by: Florian Boulanger <[email protected]>
Signed-off-by: Florian Boulanger <[email protected]>
67ec8a1
to
23a8470
Compare
23a8470
to
e8904b2
Compare
Signed-off-by: Florian Boulanger <[email protected]>
873b427
to
dd0bf70
Compare
Signed-off-by: Florian Boulanger <[email protected]>
dd0bf70
to
04ad7ef
Compare
@JorTurFer I added a post-install hook on the test case. It looks better, thanks for the hint. |
@JorTurFer any updates ? |
Thanks for the improvement ❤️ |
Added support for extra kubernetes manifest creation. Fixes #394
Checklist