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

feat(worker): support env vars from multiple ConfigMaps, Secrets #422

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

mitchnielsen
Copy link
Contributor

@mitchnielsen mitchnielsen commented Jan 9, 2025

Summary

Adds two new keys that support configuring multiple ConfigMaps and/or Secrets in the Worker Deployment to reference environment variables.

This approach was taken to avoid a breaking change. The old keys are marked as deprecated and we can remove them in a subsequent release.

Closes #421

Adds support for definining multiple ConfigMaps in the Worker
Deployment.

Related to #421
Adds support for defining multiple Secrets in the Worker Deployment.

Related to #421
@mitchnielsen mitchnielsen merged commit 5df23fe into main Jan 9, 2025
13 checks passed
@mitchnielsen mitchnielsen deleted the support-list-refs branch January 9, 2025 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature
Projects
None yet
2 participants