Updat local-path deployment
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
74333953a8
commit
f2ec497c75
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
state: "{{ storage_localpath_state }}"
|
||||
context: "{{ my_context }}"
|
||||
namespace: "{{ storage_localpath_namespace }}"
|
||||
merge_type: merge
|
||||
apply: true
|
||||
resource_definition: "{{ lookup('file', 'local-path/' + item) | from_yaml }}"
|
||||
with_items:
|
||||
- "{{ storage_localpath_files_list }}"
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
name: local-path-provisioner
|
||||
nodePathMap:
|
||||
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES
|
||||
paths: [/mnt/local]
|
||||
paths: ["{{ storage_localpath_default_path }}"]
|
||||
tags:
|
||||
- storage
|
||||
- local-path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue