-
- Downloads
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
Showing
- roles/helm-apps/README.md 39 additions, 0 deletionsroles/helm-apps/README.md
- roles/helm-apps/meta/argument_specs.yml 93 additions, 0 deletionsroles/helm-apps/meta/argument_specs.yml
- roles/helm-apps/tasks/main.yml 17 additions, 0 deletionsroles/helm-apps/tasks/main.yml
- roles/helm-apps/vars/main.yml 7 additions, 0 deletionsroles/helm-apps/vars/main.yml
roles/helm-apps/README.md
0 → 100644
roles/helm-apps/meta/argument_specs.yml
0 → 100644
roles/helm-apps/tasks/main.yml
0 → 100644
roles/helm-apps/vars/main.yml
0 → 100644
Please register or sign in to comment