Specify version for local-path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
022f531423
commit
154fce15e4
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ my_context: minikube
|
|||
storage_manual: true
|
||||
|
||||
storage_localpath: true
|
||||
storage_localpath_version: "v0.0.19"
|
||||
storage_localpath_default_path: "/mnt/local"
|
||||
storage_localpath_namespace: "local-path-storage"
|
||||
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
ansible.builtin.git:
|
||||
repo: "https://github.com/rancher/local-path-provisioner.git"
|
||||
dest: tmp/local-path-provisioner
|
||||
version: "{{ storage_localpath_version }}"
|
||||
|
||||
- name: Deploy local-path chart from local path
|
||||
community.kubernetes.helm:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue