mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Helm-apps role for installing helm charts (#8347)
* Sketch of helm-apps role interface * helm-apps: Early implementation and settings * helm-apps: Fix README.md example playbook * fixup! Sketch of helm-apps role interface * Make the argument specs more explicit * Remove exposed options from hardcoded default * Simplify example playbook in README.md - Define directly the roles parameters - Add an example of option override for one chart only * Use release instead of charts Make explicit that the role is mananing releases, not charts. Simplify parameters naming
This commit is contained in:
7
roles/helm-apps/vars/main.yml
Normal file
7
roles/helm-apps/vars/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
helm_defaults:
|
||||
atomic: true
|
||||
binary_path: "{{ bin_dir }}/helm"
|
||||
|
||||
helm_repository_defaults:
|
||||
binary_path: "{{ bin_dir }}/helm"
|
||||
Reference in New Issue
Block a user