You've already forked Helm_Charts
Initial commit
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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 }
|
||||
```
|
||||
Reference in New Issue
Block a user