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

Question: how do I decide between auto, reload, and search/match? #663

Open
aqeelat opened this issue May 13, 2024 · 1 comment
Open

Question: how do I decide between auto, reload, and search/match? #663

aqeelat opened this issue May 13, 2024 · 1 comment
Labels
kind/enhancement New feature or request

Comments

@aqeelat
Copy link

aqeelat commented May 13, 2024

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:

  1. auto. I will have to rename everything which is fine, but this will not cover the shared stuff, and will not cover envFrom.
  2. reload. I could also use some jujitsu templating (or statically) and add the names of all configmaps/secrets used in each deployment.
  3. search/match. I could also slap search/match on everything and call it a day.

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.

@aqeelat aqeelat added the kind/enhancement New feature or request label May 13, 2024
@SheryarButt
Copy link
Contributor

Hi @aqeelat
Have you tried the first approach?
And why do you have to rename everything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants