Skip to content

fix rst warning in docs/bundle helm-kubernetes-templating-tool.rst #1210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025
Merged
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
14 changes: 7 additions & 7 deletions docs/src/community/helm-kubernetes-templating-tool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
Automated Helm/Kubernetes Templating Tool
=========================================

Managing deployments for Validator and Super Validator nodes using Kubernetes, Helm, and Git can be challenging,
especially when keeping multiple environments (DevNet, TestNet, MainNet) in sync with evolving configuration files and values.
Frequent version bumps, new variables, and hard migrations often require manual, error-prone updates to numerous values-*.yml files.
This manual process can lead to inconsistencies, missed configuration changes, and increased operational overhead.
The introduced solution provides a templating tool designed to automate and simplify the management of Helm values and environment-specific configurations.
This tool is intended as a supplemental resource for users seeking additional automation and templating flexibility alongside the official deployment guides.
Managing deployments for Validator and Super Validator nodes using Kubernetes, Helm, and Git can be challenging,
especially when keeping multiple environments (DevNet, TestNet, MainNet) in sync with evolving configuration files and values.
Frequent version bumps, new variables, and hard migrations often require manual, error-prone updates to numerous ``values-*.yml`` files.
This manual process can lead to inconsistencies, missed configuration changes, and increased operational overhead.
The introduced solution provides a templating tool designed to automate and simplify the management of Helm values and environment-specific configurations.
This tool is intended as a supplemental resource for users seeking additional automation and templating flexibility alongside the official deployment guides.
To learn more about officially supported Kubernetes-based deployments, refer to :ref:`Kubernetes-Based Deployment of a Validator node <k8s_validator>` and :ref:`Kubernetes-Based Deployment of a Super Validator node <sv-helm>`.

Thanks to Stéphane Loeuillet for sharing this solution in a community discussion.
Thanks to Stéphane Loeuillet for sharing this solution in a community discussion.
For more details and future updates, see the `kaikodata/canton-tooling <https://github.com/kaikodata/canton-tooling/blob/master/kubernetes/README.md#canton-templating-script>`_ repository.

Key Features of the Solution
Expand Down