You've already forked Helm_Charts
11 lines
446 B
Markdown
11 lines
446 B
Markdown
# helm-charts
|
|
|
|
Simple role for install helm charts
|
|
|
|
Usage:
|
|
```yaml
|
|
- role: helm-charts
|
|
when: inventory_hostname == groups["k8s-master"][0]
|
|
helm_charts:
|
|
- { values_files: ["helm-value/prometheus.yaml.j2", "files/helm-value/common.yml"], version: "25.1.0", namespace: prometheus, release: prometheus, repo_name: prometheus-community, chart_name: prometheus, repo_url: https://prometheus-community.github.io/helm-charts }
|
|
``` |