This commit is contained in:
parent
249c4dbc7b
commit
6d9b2c182d
3 changed files with 8 additions and 27 deletions
|
|
@ -130,7 +130,13 @@
|
|||
|
||||
|
||||
- name: install / uninstall Cert-Manager CSI Kubernetes drivers
|
||||
include_tasks: "csi.yml"
|
||||
kubernetes.core.helm:
|
||||
context: "{{ my_context }}"
|
||||
name: cert-manager-csi-driver
|
||||
chart_ref: jetstack/cert-manager-csi-driver
|
||||
chart_version: "{{ certmanager_csi_version }}"
|
||||
create_namespace: yes
|
||||
release_namespace: "cert-manager"
|
||||
when:
|
||||
- certmanager_csi|bool
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue