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: lagoon.persistent.name override checks #383

Merged
merged 4 commits into from
Oct 22, 2024
Merged

Conversation

shreddedbacon
Copy link
Member

@shreddedbacon shreddedbacon commented Oct 12, 2024

In #289 when we changed from helm to go for service templating services, a case was missed where the lagoon.persistent.name may be used on services that aren't nginx-php-persistent for the default volume created by a service type. This corrects that case by verifying if the services provide or share a persistent volume or that volume name differs to the one that would be provided by the service.

closes #382

@shreddedbacon shreddedbacon changed the title Fix persistent name fix: lagoon.persistent.name override checks Oct 12, 2024
@shreddedbacon shreddedbacon marked this pull request as ready for review October 14, 2024 20:58
@shreddedbacon shreddedbacon added this to the 2.22.0 milestone Oct 14, 2024
Copy link
Member

@tobybellwood tobybellwood left a comment

Choose a reason for hiding this comment

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

Works for me - nice way to handle the regression

@shreddedbacon shreddedbacon merged commit 8af640d into main Oct 22, 2024
2 checks passed
@shreddedbacon shreddedbacon deleted the fix-persistent-name branch October 22, 2024 05:20
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.

Side-effect / Breaking Change for persistent volumes in additional volumes change
2 participants