Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 11 additions & 5 deletions docs/home/helm/how-to-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down