Skip to content

Support for injecting custom environment variables via values.yaml #4744

@barucijah

Description

@barucijah

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

Labels

No labels
No labels

Type

No type

Projects

Status

Ready for Release

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions