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

Set DefaultMode for projected ProjectedVolumeSource #413

Merged
merged 1 commit into from
May 14, 2024

Conversation

scothis
Copy link
Contributor

@scothis scothis commented Apr 23, 2024

This value is set server side for many resources, we can avoid churn by setting it directly ourselves. 0644 is the default-default value.

Resolves #411

This value is set server side for many resources, we can avoid churn by
setting it directly ourselves. 0644 is the default-default value.

Signed-off-by: Scott Andrews <scott@andrews.me>
@scothis
Copy link
Contributor Author

scothis commented Apr 23, 2024

Keeping as draft because I want to further dig into the root cause of the reported issue to see if there is a more fundamental issue that we shouldn't paper over.

Copy link

codecov bot commented Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.45%. Comparing base (151ce2f) to head (8f0e86e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #413      +/-   ##
==========================================
+ Coverage   78.43%   78.45%   +0.01%     
==========================================
  Files          19       19              
  Lines        1354     1355       +1     
==========================================
+ Hits         1062     1063       +1     
  Misses        219      219              
  Partials       73       73              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sandrotaje
Copy link

Hi @scothis, do you have any news about this issue? Thanks

@scothis scothis marked this pull request as ready for review May 14, 2024 22:06
@scothis scothis merged commit 6eb9d36 into servicebinding:main May 14, 2024
14 checks passed
@scothis scothis deleted the volume-mode branch May 14, 2024 22:08
@scothis
Copy link
Contributor Author

scothis commented May 14, 2024

@sandrotaje sorry for the delay. Merged this and released as v0.9.0

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.

Multi-binding causes infinite reconciliation loop
2 participants