Skip to content

Commit

Permalink
fixing vale
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Leiner committed Feb 12, 2025
1 parent b1bd831 commit bedd03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ group_rke2_config:


### Adding Additional Cluster Manifests
If you have a cluster that needs extra manifests to be deployed or the cluster needs a critical component to be configured RKE2's "HelmChartConfig" is an available option (among others). The Ansible repository supports the use of these configuration files. Simply place the Helm chart configs in a folder, give Ansible the path to the folder, and Ansible will enumerate the files and place them on the first server node.
If you have a cluster that needs extra manifests to be deployed or the cluster needs a critical component to be configured, RKE2's "Helm Chart" and "HelmChartConfig" are an available option (among others). The Ansible repository supports the use of these configuration files. Simply place the file (or files) containing these manifests in a folder, give Ansible the path to the folder, and Ansible will enumerate the files and place them on the first server node.

There are two variables that control the deployment of manifests to the server nodes:
- `rke2_manifest_config_directory`
Expand Down

0 comments on commit bedd03e

Please sign in to comment.