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

Refactor deployment templates to support additional env vars from Secret #603

Merged
merged 7 commits into from
Nov 7, 2024

Conversation

debugger24
Copy link
Contributor

@debugger24 debugger24 commented Oct 27, 2024

What was changed

Added option to pass secret name which will be mouted as env variables in the contianer.

Why?

This will help in scenarios like SSO integration or other conifgurations.

Checklist

  1. Closes
    [Feature Request] Use a Kubernetes secret to protect the OIDC client secret #236

  2. How was this tested:
    Using helm render locally.

  3. Any docs updates needed?
    Added Enable SSO in Temporal UI section in README.md

@debugger24 debugger24 requested a review from a team as a code owner October 27, 2024 11:50
charts/temporal/templates/server-deployment.yaml Outdated Show resolved Hide resolved
charts/temporal/templates/admintools-deployment.yaml Outdated Show resolved Hide resolved
charts/temporal/templates/web-deployment.yaml Outdated Show resolved Hide resolved
@debugger24 debugger24 requested a review from robholland November 6, 2024 18:38
@robholland robholland merged commit a33b8c1 into temporalio:main Nov 7, 2024
3 checks passed
asproul pushed a commit to asproul/helm-charts that referenced this pull request Dec 16, 2024
…ret (temporalio#603)

* Refactor deployment templates to support additional environment variables from secrets

* Add documentation

---------

Co-authored-by: Rob Holland <[email protected]>
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.

2 participants