Skip to content

doc: update CRD descriptions and translations#32

Draft
drey wants to merge 2 commits into
mainfrom
doc/extend-documentation
Draft

doc: update CRD descriptions and translations#32
drey wants to merge 2 commits into
mainfrom
doc/extend-documentation

Conversation

@drey
Copy link
Copy Markdown
Collaborator

@drey drey commented Jun 3, 2026

No description provided.

drey added 2 commits June 3, 2026 10:42
Signed-off-by: Ilya Drey <ilya.drey@flant.com>
Signed-off-by: Ilya Drey <ilya.drey@flant.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates end-user and API documentation around the operator-helm CRDs (English/Russian module docs plus CRD schema descriptions) and makes small robustness/security-related tweaks to the kind-based e2e installation script.

Changes:

  • Refines/extends English and Russian module README content, including a roadmap/info callout and clearer CRD descriptions/limitations.
  • Updates CRD description text for HelmClusterAddonRepository/HelmClusterAddonChart and Russian CRD doc variants.
  • Adjusts the kind e2e helper script for stricter OS detection and adds a registry login step for EE installs.

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
tests/e2e/scripts/kind-d8-ci.sh Tightens OS detection behavior and adds registry login for EE flows; minor memory-check guard improvements.
docs/README.md Expands English module overview with roadmap/info block and CRD/limitations sections.
docs/README.ru.md Expands Russian module overview with roadmap/info block and CRD/limitations sections.
crds/helmclusteraddons.yaml Updates generated CRD output (notably root schema description changes).
crds/helmclusteraddonrepositories.yaml Improves CRD root description for repository CRD.
crds/helmclusteraddoncharts.yaml Improves CRD root description for chart CRD.
crds/doc-ru-helmclusteraddons.yaml Expands Russian CRD description text for HelmClusterAddon.
crds/doc-ru-helmclusteraddonrepositories.yaml Improves Russian CRD description for repository CRD.
crds/doc-ru-helmclusteraddoncharts.yaml Improves Russian CRD description for chart CRD.
api/v1alpha1/helm_cluster_addon.go Updates Go doc comment for HelmClusterAddon type.
api/v1alpha1/helm_cluster_addon_repository.go Updates Go doc comment for HelmClusterAddonRepository type.
api/v1alpha1/helm_cluster_addon_chart.go Updates Go doc comment for HelmClusterAddonChart type.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +35 to +36
// HelmClusterAddon represents a single cluster-wide installation of a Helm chart, which may include custom resource definitions (CRDs) and requires cluster-admin permissions to deploy. Only one instance of a specific chart can be installed at any given time.

EOF

if [[ -n "$D8_LICENSE_KEY" ]]; then
docker login -u license-token -p $D8_LICENSE_KEY
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