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

Make K8s secrets watchable (#680) #767

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

mhartmann-jaconi
Copy link
Contributor

Extracts common watch functionality for secrets and config-maps into abstract base classes and implement those for the dedicated sub types, so that watch config looks the same for both types and has the same base implementation.

@CLAassistant
Copy link

CLAassistant commented Oct 23, 2024

CLA assistant check
All committers have signed the CLA.

@graemerocher
Copy link
Contributor

@n0tl3ss please test this feature in production k8s deployment and resolve the failing tests. Thanks.

@n0tl3ss
Copy link
Member

n0tl3ss commented Oct 23, 2024

@graemerocher I have tested code it works and looks ok to me :) nice work @mhartmann-jaconi

@graemerocher graemerocher added the type: enhancement New feature or request label Oct 23, 2024
@graemerocher graemerocher merged commit 930db80 into micronaut-projects:6.2.x Oct 28, 2024
16 checks passed
@graemerocher
Copy link
Contributor

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Support watching K8s secrets to change properties without restart
4 participants