-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Helm: Remove unused PVCs in Helm Chart #12387
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: Remove unused PVCs in Helm Chart #12387
Conversation
I guess one question that comes to mind is whether or not this warrants a version bump of the helm chart ( |
Yes feel free to bump, but as a patch as its not changing the default behavior of the chart. I saw from the issue that you did not succeed in deploying a working Airbyte without the PVC. Is it still the case? |
Not the case, works fine afaict! Sorry for the confusion. I'll bump the patch. Edit: Bumped 0.3.1->0.3.2. Included the bump in the same commit as I see that's the way it's done in other PRs. |
5910e2b
to
6137714
Compare
Rebased the master branch on this one to resolve some merge conflicts in the helm chart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dingobar, I had a chat with @davinchia . You can completely discard the PVC and it's usage in the chart. The backward compatibility is not required anymore since we remove its usage in the platform since last september.
6137714
to
08e0121
Compare
Hi @alafanechere , Based on your feedback, I've re-done this PR to just removing the PVCs altogether. There are some extra changes to the README.md which were auto-generated by I've tested it locally with an S3 -> S3 job, and it works perfectly. What do you think? Can we merge it? Edit: Pushed again due to merge conflicts in |
08e0121
to
12bda33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @dingobar for the modifications!
Ready to merge.
What
Resolves #12386
How
After feedback from @alafanechere , turns out the PVCs are completely reduntant already. This PR removes them entirely.
Recommended reading order
🤷♂️
🚨 User Impact 🚨
None afaik.
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/SUMMARY.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changesTests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.