-
Notifications
You must be signed in to change notification settings - Fork 228
Description
Describe the current behavior
The current Helm chart for AzureServiceOperator does not support passing additional environment variables to the operator container via values.yaml. This limits flexibility when users want to configure runtime environment variables such as DD_ENV, DD_SERVICE, HTTP_PROXY, or any other application-specific settings.
Describe the improvement
Enhance the Helm chart by adding support for an optional extraEnv field in values.yaml, allowing users to define custom environment variables that will be injected into the main container of the Deployment.
Additional context
This change would not affect existing users, as extraEnv would be optional. It provides an easy and idiomatic Helm-based mechanism to extend configuration without forking the chart or patching the rendered manifests externally.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status