mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-22 19:35:03 -02:30
Enable create_namespace option for custom_cni with helm (#13061)
Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ dependencies:
|
|||||||
chart_ref: "{{ custom_cni_chart_ref }}"
|
chart_ref: "{{ custom_cni_chart_ref }}"
|
||||||
chart_version: "{{ custom_cni_chart_version }}"
|
chart_version: "{{ custom_cni_chart_version }}"
|
||||||
wait: true
|
wait: true
|
||||||
|
create_namespace: true
|
||||||
values: "{{ custom_cni_chart_values }}"
|
values: "{{ custom_cni_chart_values }}"
|
||||||
repositories:
|
repositories:
|
||||||
- name: "{{ custom_cni_chart_repository_name }}"
|
- name: "{{ custom_cni_chart_repository_name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user