mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Add flag to prevent running helm update (#10169)
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
This commit is contained in:
@@ -10,7 +10,9 @@
|
|||||||
release_name: dummy # trick needed to refresh in separate step
|
release_name: dummy # trick needed to refresh in separate step
|
||||||
release_namespace: kube-system
|
release_namespace: kube-system
|
||||||
update_repo_cache: true
|
update_repo_cache: true
|
||||||
when: repositories != []
|
when:
|
||||||
|
- repositories != []
|
||||||
|
- helm_update
|
||||||
|
|
||||||
- name: Install Helm Applications
|
- name: Install Helm Applications
|
||||||
kubernetes.core.helm: "{{ helm_defaults | combine(release_common_opts, item) }}"
|
kubernetes.core.helm: "{{ helm_defaults | combine(release_common_opts, item) }}"
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
helm_update: true
|
||||||
|
|
||||||
helm_defaults:
|
helm_defaults:
|
||||||
atomic: true
|
atomic: true
|
||||||
binary_path: "{{ bin_dir }}/helm"
|
binary_path: "{{ bin_dir }}/helm"
|
||||||
|
|||||||
Reference in New Issue
Block a user