-
Notifications
You must be signed in to change notification settings - Fork 224
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
[FEATURE] setting dashboard annotations on deployment level #843
Comments
[Triage]
|
Hi, thank you for you response It is indeed correct that on secret change for admin credentials the dashboard will reload by itself. The only thing is that I have mounted and added some extra secrets. And I want to reload the dashboard when one of these is changing. With this no restart get triggered on secret change |
The certmanager documentation recommends people to use this when syncing various configurations with their workloads: I haven't tried out though. But i'm looking for a solution on how to auto-update the secrets / certs as well. |
That Last one is the same Is I do. But it requires a label on the the deployment not on the pod. apiVersion: apps/v1 Only I am using https://github.com/stakater/Reloader |
Is your feature request related to a problem?
I like to auto restart my dashboard on secret changes.
To do this annotations I like to have be set on deployment level. Right now it is done on pod level.
What solution would you like?
What alternatives have you considered?
adding some kind extra config options to do this
Do you have any additional context?
https://github.com/opensearch-project/opensearch-k8s-operator/pull/557/files
Support annotations on StatefulSet #557 this issue has solved the same problem for nodes
The text was updated successfully, but these errors were encountered: