Rename kubernetes collection modules
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8a32661196
commit
5fc68e3330
4 changed files with 12 additions and 8 deletions
|
|
@ -18,12 +18,12 @@
|
|||
|
||||
# https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner/blob/master/charts/nfs-subdir-external-provisioner/README.md
|
||||
- name: Defined NFS Provisioner repository
|
||||
community.kubernetes.helm_repository:
|
||||
kubernetes.core.helm_repository:
|
||||
name: nfs-subdir-external-provisioner
|
||||
repo_url: "https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner"
|
||||
|
||||
- name: Deploy latest version of NFS Provisioner
|
||||
community.kubernetes.helm:
|
||||
kubernetes.core.helm:
|
||||
context: "{{ my_context }}"
|
||||
state: "{{ storage_nfs_state }}"
|
||||
name: nfs-subdir-external-provisioner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue