Skip to content
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
11 changes: 8 additions & 3 deletions docs/content/addons/cni.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
strategy: HelmAddon
```

## Cilium Example with custom values
## Cilium Example With Custom Values

To enable deployment of Cilium on a cluster with custom helm values, specify the following:

Expand Down Expand Up @@ -79,8 +79,13 @@ metadata:
namespace: <CLUSTER_NAMESPACE>
```

NOTE: ConfigMap should contain complete helm values for Cilium as same will be applied
to Cilium helm chart as it is.
NOTE: ConfigMap should contain complete helm values for Cilium as same will be applied to Cilium helm chart as it is.

### Default Cilium Specification

Please check default Cilium configuration [here](../../../charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml).

## Select Deployment Strategy

To deploy the addon via `ClusterResourceSet` replace the value of `strategy` with `ClusterResourceSet`.

Expand Down
Loading