Skip to content

Commit 4a71269

Browse files
committed
docs: fix helm value path in CNI documentation
1 parent 63a1921 commit 4a71269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/addons/cni.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ 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. To change Docker provider's Calico configuration, specify following helm argument when deploying cluster-api-runtime-extention-nutanix chart:
7979

8080
```shell
81-
--set-file handlers.cni.calico.crsStrategy.defaultInstallationConfigMaps.DockerCluster.configMap.content=<file>
81+
--set-file hooks.cni.calico.crsStrategy.defaultInstallationConfigMaps.DockerCluster.configMap.content=<file>
8282
```
8383

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

0 commit comments

Comments
 (0)