-
Notifications
You must be signed in to change notification settings - Fork 519
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
Question: how do I decide between auto, reload, and search/match? #663
Comments
Hi @aqeelat |
@aqeelat let us know if you need any further help from our end on this. |
Hi @SheryarButt , Is that so, or does the discovering of which secret/confMaps is used by a Deployment works differently? |
Hi @h-mavrodiev For the actual solution, no you don't have to name the secret/config map to be the same as the deployment. |
I have a bunch of helm charts deployments, most with their own configmap/secret. I also have a couple of shared secrets and configmaps.
The current configmaps and secrets have the same name as the deployment.
My options:
In my situation, the first option does not seem like a good idea.
The third option is very appealing, but are there performance implications?
If the third option is out, then reload will be the winning option.
The text was updated successfully, but these errors were encountered: