Skip to content

Ensure clickhouse username starts with letter

What does this MR do and why?

MR acceptance checklist

  • The correct type labels have been applied to this MR.
  • This MR has been made as small as possible, to improve review efficiency and code quality.
  • This MR has been self-reviewed per the code review guidelines.
  • The changes have undergone manual testing and are functioning as intended.
  • This MR has updated the Chart.yaml version number following SemVer versioning practices.
  • This MR documents any breaking changes in the MR description, and the upgrade path has been documented in the first commit as well as in MR description.

How to set up and validate

  1. Run RELEASE_NAME=[RELEASE_NAME] CLUSTER_NAME=[CLUSTER_NAME] task prepare-custom-values
  2. Verify that global.clickhouse.credentials.username starts with a letter

How to deploy upon merging

  1. A new version will be automatically released due to CI job.

Closes #7 (closed)

Edited by Halil Coban

Merge request reports