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

Add Helm dependency on the Secrets Store CSI Driver #384

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

simonmarty
Copy link
Contributor

@simonmarty simonmarty commented Jul 23, 2024

Issue #, if available: Closes #345

Description of changes: Currently, the AWS provider is able to deploy before the Secrets Store CSI Driver. This can cause deployment failures since the volume mount path will not have been created yet. Introduce a dependency on version ^1.0.0 of the Secret Store CSI Driver in the Helm chart.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@simonmarty simonmarty requested a review from a team as a code owner July 23, 2024 18:45
@simonmarty simonmarty changed the title Add Helm dependency Add Helm dependency on the Secrets Store CSI Driver Jul 23, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.67%. Comparing base (b8df495) to head (bd477da).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #384   +/-   ##
=======================================
  Coverage   49.67%   49.67%           
=======================================
  Files           9        9           
  Lines         781      781           
=======================================
  Hits          388      388           
  Misses        383      383           
  Partials       10       10           

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

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.

Provider socket does not exist if provider pod starts before driver pod
2 participants