Skip to content

Instantly share code, notes, and snippets.

@retr0h
Last active July 9, 2019 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retr0h/0f82a29d09ac18f1926eb067e7aea072 to your computer and use it in GitHub Desktop.
Save retr0h/0f82a29d09ac18f1926eb067e7aea072 to your computer and use it in GitHub Desktop.
- 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