close
Skip to content

chore(helm): add env option#2126

Merged
numinnex merged 1 commit into
apache:masterfrom
kyokuping:helm-env
Aug 23, 2025
Merged

chore(helm): add env option#2126
numinnex merged 1 commit into
apache:masterfrom
kyokuping:helm-env

Conversation

@kyokuping
Copy link
Copy Markdown
Contributor

This PR adds support for the env option in the Helm chart, allowing users to customize the environment variables supplied for the deployment.

Example:

# values.yaml
env:
  - name: IGGY_ROOT_USERNAME
    value: iggy
  - name: IGGY_ROOT_PASSWORD
    value: Secret123!

Closes #2125

@numinnex numinnex merged commit 862f71b into apache:master Aug 23, 2025
17 checks passed
hageshiame pushed a commit to hageshiame/iggy that referenced this pull request Nov 7, 2025
This PR adds support for the `env` option in the Helm chart, allowing
users to customize the environment variables supplied for the
deployment.

Example:

```yaml
# values.yaml
env:
  - name: IGGY_ROOT_USERNAME
    value: iggy
  - name: IGGY_ROOT_PASSWORD
    value: Secret123!
```

Closes apache#2125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Helm Feature Request: Allow setting environment variables for the Deployment

3 participants