Skip to content
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

add labels to jetstream statefulset generated by eventbus controller #2510

Merged
merged 2 commits into from
Mar 13, 2023

Conversation

sudeshjethoe
Copy link
Contributor

@sudeshjethoe sudeshjethoe commented Mar 10, 2023

When migrating from the NATS EventBus to the JetStream EventBus I noticed that the deployment was blocked by our admission controller as it requires certain labels to be present on the StatefulSets and Deployments.

It seemed that the EventBus controller only appends the labels from the EventBus CRD to the EventBus StatefulSet for the NATS EventBus and not for the JetStream EventBus, this PR adds this for JetStream EventBuses as well.

Checklist:

Sudesh Jethoe added 2 commits March 10, 2023 22:38
Signed-off-by: Sudesh Jethoe <sudesh.jethoe@fika.works>
Signed-off-by: Sudesh Jethoe <sudesh.jethoe@fika.works>
Copy link
Member

@whynowy whynowy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@whynowy whynowy merged commit fb99769 into argoproj:master Mar 13, 2023
jwillker pushed a commit to jwillker/argo-events that referenced this pull request Mar 29, 2023
…rgoproj#2510)

Signed-off-by: Sudesh Jethoe <sudesh.jethoe@fika.works>
Co-authored-by: Sudesh Jethoe <sudesh.jethoe@fika.works>
Signed-off-by: JohnWillker <frazao.jhonn@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants