Skip to content

Commit 1a22889

Browse files
supershaljimmidyson
authored andcommitted
docs: fix helm value path in CNI documentation
1 parent 29c99d0 commit 1a22889

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/addons/cni.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ ConfigMaps from the same namespace as the CAPI runtime extensions hook pod is ru
7575
configure defaults specific for their environment rather than compiling the defaults into the binary.
7676

7777
The Helm chart comes with default configurations for the Calico Installation CRS per supported provider, but overriding
78-
is possible. To do so, specify:
78+
is possible. For example. to change Docker provider's Calico configuration, specify following helm argument when
79+
deploying cluster-api-runtime-extensions-nutanix chart:
7980

8081
```shell
81-
--set-file handlers.cni.calico.crsStrategy.defaultInstallationConfigMaps.DockerCluster.configMap.content=<file>
82+
--set-file hooks.cni.calico.crsStrategy.defaultInstallationConfigMaps.DockerCluster.configMap.content=<file>
8283
```
8384

8485
[Cluster API Add-on Provider for Helm]: https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm

0 commit comments

Comments
 (0)