File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
6565ConfigMap Format -
6666
7575 mode: kubernetes
7676kind : ConfigMap
7777metadata :
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
8282Secret Format -
@@ -92,12 +92,12 @@ stringData:
9292 mode: kubernetes
9393kind : Secret
9494metadata :
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 >
9797type : 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
101101to Cilium helm chart as it is.
102102
103103To deploy the addon via ` ClusterResourceSet` replace the value of `strategy` with `ClusterResourceSet`.
You can’t perform that action at this time.
0 commit comments