Initial commit

This commit is contained in:
2024-02-26 18:22:30 +03:00
commit 448035f50f
8 changed files with 137 additions and 0 deletions

11
README.md Normal file
View 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 }
```