From d3b1d20e0099f2b05cbacbd9dc8170b817b93056 Mon Sep 17 00:00:00 2001 From: Vladislav Tropnikov Date: Wed, 21 May 2025 13:42:47 +0200 Subject: [PATCH 1/3] feature/ODM-12569 update how to deploy doc --- docs/home/helm/how-to-deploy.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/home/helm/how-to-deploy.md b/docs/home/helm/how-to-deploy.md index e214299d..ce08c600 100644 --- a/docs/home/helm/how-to-deploy.md +++ b/docs/home/helm/how-to-deploy.md @@ -18,15 +18,21 @@ - `ODM-OPS` must be 1 per Kubernetes cluster. -- To deploy ODM, you need administrator rights in the `ODM` namespace; in addition to standard entities, these will be used: +- To deploy ODM, you need the following: - - `clickhouseinstallations` API group `clickhouse.altinity.com` + - Administrator rights in the `ODM` namespace - - `clickhouseinstallationtemplates` API group `clickhouse.altinity.com` + - Permissions to list all Custom Resource Definitions (CRDs) - - `clickhousekeeperinstallations` API group `clickhouse-keeper.altinity.com` + - In addition to standard Kubernetes resources, the following custom resources will be used: - - `clickhouseoperatorconfigurations` API group `clickhouse.altinity.com` + - `clickhouseinstallations` API group `clickhouse.altinity.com` + + - `clickhouseinstallationtemplates` API group `clickhouse.altinity.com` + + - `clickhousekeeperinstallations` API group `clickhouse-keeper.altinity.com` + + - `clickhouseoperatorconfigurations` API group `clickhouse.altinity.com` ## Deployment Information From 65cf1efb28e5a837ab24cf0e9bdd0dc4939bee25 Mon Sep 17 00:00:00 2001 From: Vladislav Tropnikov Date: Wed, 21 May 2025 13:47:33 +0200 Subject: [PATCH 2/3] ODM-12569 update precommit --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afe31b79..abab6e9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,8 @@ repos: - id: markdownlint args: - --fix + # https://github.com/DavidAnson/markdownlint/blob/main/doc/md059.md + - "--disable=MD059" # Does it work on m1? #- repo: https://github.com/gitleaks/gitleaks From d7479370d4a8e826eef99ad61a2bb5542045807b Mon Sep 17 00:00:00 2001 From: Vladislav Tropnikov Date: Wed, 21 May 2025 13:54:20 +0200 Subject: [PATCH 3/3] ODM-12569 fix precommit --- .pre-commit-config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index abab6e9f..0971d7f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,14 @@ repos: - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + # https://github.com/igorshubovych/markdownlint-cli/issues/540 + rev: v0.44.0 hooks: - id: markdownlint args: - --fix # https://github.com/DavidAnson/markdownlint/blob/main/doc/md059.md - - "--disable=MD059" + # for > 0.45.0 + # - "--disable=MD059" # Does it work on m1? #- repo: https://github.com/gitleaks/gitleaks