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 connection detail name #200

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Fix connection detail name #200

merged 1 commit into from
Jul 23, 2024

Conversation

Kidswiss
Copy link
Contributor

@Kidswiss Kidswiss commented Jul 22, 2024

Summary

If the claim-name contains nextcloud it will not append nextcloud to the fullName variable in the helm chart.

However if the claim-name doesn't contain nextcloud, then the fullName will get a -nextcloud appendix, resulting in broken service names.

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog
  • Update tests.
  • Link this PR to related issues.

If the claim-name contains `nextcloud` it will not append `nextcloud`
to the `fullName` variable in the helm chart.

However if the claim-name doesn't contain `nextcloud`, then the
`fullName` will get a `-nextcloud` appendix, resulting in broken
service names.
@Kidswiss Kidswiss added the bug Something isn't working label Jul 22, 2024
@Kidswiss Kidswiss requested review from a team, TheBigLee, wejdross and zugao and removed request for a team July 22, 2024 09:29
Copy link
Collaborator

@zugao zugao left a comment

Choose a reason for hiding this comment

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

LGTM.

We might have other services in the same situation

@Kidswiss
Copy link
Contributor Author

LGTM.

We might have other services in the same situation

For Minio this has already been mitigated, but maybe Redis is affected

@Kidswiss Kidswiss merged commit 21c0cec into master Jul 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants