diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afe31b79..0971d7f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +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 + # for > 0.45.0 + # - "--disable=MD059" # Does it work on m1? #- repo: https://github.com/gitleaks/gitleaks 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