Update CSI deployement
This commit is contained in:
parent
9d24ff443b
commit
c63efae6cd
1 changed files with 2 additions and 1 deletions
|
|
@ -9,10 +9,11 @@
|
|||
when:
|
||||
- not certmanager_csi|bool
|
||||
|
||||
- name: Cert Manager files version {{ certmanager_version }} need to be {{ certmanager_csi_state }}
|
||||
- name: CSI Cert Manager files need to be {{ certmanager_csi_state }}
|
||||
k8s:
|
||||
state: "{{ certmanager_csi_state }}"
|
||||
context: "{{ my_context }}"
|
||||
merge_type: merge
|
||||
resource_definition: "{{ lookup('files', item) | from_yaml }}"
|
||||
with_items:
|
||||
- "csi/csi.cert-manager.io-CSIDriver.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue