-
-
Save retr0h/0f82a29d09ac18f1926eb067e7aea072 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Install Helm chart | |
include_role: | |
name: k8s.helm | |
tasks_from: install | |
apply: | |
tags: | |
- never | |
- helm-install | |
loop: | |
- chart: "{{ _helm_chart }}" | |
namespace: "{{ _helm_chart_namespace }}" | |
chart_name: "{{ _helm_chart_name }}" | |
overrides: | |
- "--set mysql.root.password={{ mysql_root_user_password }}" | |
- "--set mysql.db.password={{ mysql_db_password }}" | |
- "--set mysql.replication.password={{ mysql_replication_password }}" | |
- "--set influxdb.setDefaultUser.user.password={{ influx_user_password }}" | |
tags: | |
- never | |
- helm-install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment