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

fix db and minio deploy #17940

Merged
merged 2 commits into from
Oct 13, 2022
Merged

fix db and minio deploy #17940

merged 2 commits into from
Oct 13, 2022

Conversation

xpuska513
Copy link
Contributor

What

  • Fix minio and postgres deploy so it won't conflict during chart upgrade
  • Fix postgres deploy so statefulset will work correctly

@xpuska513 xpuska513 requested a review from a team October 13, 2022 10:31
@github-actions github-actions bot added area/platform issues related to the platform kubernetes labels Oct 13, 2022
@xpuska513 xpuska513 merged commit 64c5621 into master Oct 13, 2022
@xpuska513 xpuska513 deleted the fix-db-deploy branch October 13, 2022 10:35
@@ -51,7 +46,7 @@ spec:
- containerPort: 9000
# Mount the volume into the pod
volumeMounts:
- name: storage # must match the volume name, above
- name: airbyte-minio-pv-claim # must match the volume name, above
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- name: airbyte-minio-pv-claim # must match the volume name, above
- name: airbyte-minio-pv-claim # must match the volumeClaim name, above

jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
* fix db and minio deploy

* revert changes done to chart.yaml and env-configmap
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.

2 participants