Skip to content

Commit 8b1d891

Browse files
committed
docs: updates cilium doc with link to its default spec
1 parent de25b53 commit 8b1d891

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/content/addons/cni.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
strategy: HelmAddon
3737
```
3838
39-
## Cilium Example with custom values
39+
## Cilium Example With Custom Values
4040
4141
To enable deployment of Cilium on a cluster with custom helm values, specify the following:
4242
@@ -79,8 +79,13 @@ metadata:
7979
namespace: <CLUSTER_NAMESPACE>
8080
```
8181
82-
NOTE: ConfigMap should contain complete helm values for Cilium as same will be applied
83-
to Cilium helm chart as it is.
82+
NOTE: ConfigMap should contain complete helm values for Cilium as same will be applied to Cilium helm chart as it is.
83+
84+
### Default Cilium Specification
85+
86+
To refer default Cilium specification that is shipped with NKP releases, please check [here](../../../charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml).
87+
88+
## Select Deployment Strategy
8489
8590
To deploy the addon via `ClusterResourceSet` replace the value of `strategy` with `ClusterResourceSet`.
8691

0 commit comments

Comments
 (0)