Skip to content

Commit 9d3e0ae

Browse files
committed
chore: CNI dev doc update
1 parent c217447 commit 9d3e0ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/content/addons/cni.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ spec:
5656
strategy: HelmAddon
5757
values:
5858
sourceRef:
59-
name: <name of Configmap/Secret present in same namespace>
60-
kind: <Configmap/Secret>
59+
name: <NAME> #name of ConfigMap/Secret present in same namespace
60+
kind: <ConfigMap/Secret>
6161
```
6262
63-
NOTE: Only Configmap/Secret kind objects will be allowed to refer helm values from.
63+
NOTE: Only ConfigMap/Secret kind objects will be allowed to refer helm values from.
6464
6565
ConfigMap Format -
6666
@@ -75,8 +75,8 @@ data:
7575
mode: kubernetes
7676
kind: ConfigMap
7777
metadata:
78-
name: default-cilium-cni-helm-values-template-mgmt-cluster
79-
namespace: <cluster's namespace>
78+
name: <CLUSTER_NAME>-cilium-cni-helm-values-template
79+
namespace: <CLUSTER_NAMESPACE>
8080
```
8181
8282
Secret Format -
@@ -92,12 +92,12 @@ stringData:
9292
mode: kubernetes
9393
kind: Secret
9494
metadata:
95-
name: default-cilium-cni-helm-values-template-mgmt-cluster
96-
namespace: <cluster's namespace>
95+
name: <CLUSTER_NAME>-cilium-cni-helm-values-template
96+
namespace: <CLUSTER_NAMESPACE>
9797
type: Opaque
9898
```
9999
100-
NOTE: Configmap/Secret should contain complete helm values for Cilium as same will be applied
100+
NOTE: ConfigMap/Secret should contain complete helm values for Cilium as same will be applied
101101
to Cilium helm chart as it is.
102102
103103
To deploy the addon via `ClusterResourceSet` replace the value of `strategy` with `ClusterResourceSet`.

0 commit comments

Comments
 (0)