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

feat(helpers): sort schema apply sequence #161

Merged
merged 1 commit into from
May 21, 2024

Conversation

Arano-kai
Copy link
Contributor

What this PR does / why we need it:

Custom schema filenames are inserted into LDAP_EXTRA_SCHEMAS in an unsorted fashion, causing inconsistencies every time a new schema is added, or even in a different version of the helm. This commit enable customSchemaFiles keys sorting, allowing control over the loading sequence and using dependent custom schemas.

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you updated the readme? (noted in values.yaml)
  • Is this PR backward compatible? If it is not backward compatible, please discuss open a ticket first

Custom schema filenames are inserted into LDAP_EXTRA_SCHEMAS in an
unsorted fashion, causing inconsistencies every time a new schema is
added, or even in a different version of the helm.
This commit enable customSchemaFiles keys sorting, allowing control over
the loading sequence and using dependent custom schemas.
@Arano-kai
Copy link
Contributor Author

Note: this PR conflicts with #129, do not forget to merge if both are accepted.

@jp-gouin jp-gouin merged commit bd29d7f into jp-gouin:master May 21, 2024
1 check failed
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.

2 participants