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

Enable all kinds of env variables in query-service #578

Open
grandwizard28 opened this issue Dec 24, 2024 · 0 comments
Open

Enable all kinds of env variables in query-service #578

grandwizard28 opened this issue Dec 24, 2024 · 0 comments
Labels
chart:signoz Issue related to signoz helm chart enhancement New feature or request good first issue Good for newcomers

Comments

@grandwizard28
Copy link
Contributor

Description

Users may wish to configure env of query-service in multiple ways. Instead of treating each requirement separately, we should provide a configuration like the following:

additionalEnvs:
  env_from_secret:
    valueFrom:
      secretKeyRef:
        key: secret-1
        name: key-1
  env_from_configmap:
    valueFrom:
       configMapKeyRef:
          name: configmap-1
          key: key-1
   env_value: custom-value

This will give users the flexibility to manage env variables as they wish.

@grandwizard28 grandwizard28 added chart:signoz Issue related to signoz helm chart enhancement New feature or request good first issue Good for newcomers labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart:signoz Issue related to signoz helm chart enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant