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

[Helm Chart] Fix temporal helm chart database host issue #15494

Closed
wants to merge 1 commit into from

Conversation

NipunaPrashan
Copy link
Contributor

What

Fix #15432

Temporal does not pick the DB host value defined in the values.yaml

How

 - name: POSTGRES_SEEDS
    valueFrom:
      configMapKeyRef:
        name: {{ .Release.Name }}-airbyte-env
        key: DATABASE_HOST

Recommended reading order

  1. charts/airbyte-temporal/templates/deployment.yaml

🚨 User Impact 🚨

Are there any breaking changes? What is the end result perceived by the user? If yes, please merge this PR with the 🚨🚨 emoji so changelog authors can further highlight this if needed.

@xpuska513
Copy link
Contributor

Changes are included in #15510

@xpuska513 xpuska513 closed this Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform kubernetes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Helm][Temporal] Remove hard coded value for DB host
2 participants