Files
Helm_Charts/README.md
2024-02-26 18:22:30 +03:00

446 B

helm-charts

Simple role for install helm charts

Usage:

    - 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 }