mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Bump: external snapshot CRD to v0.15.0 (#12308)
Currently, there is no reliable way to obtain individual CRD files, so the only solution is to update first. Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
dest: "{{ kube_config_dir }}/{{ item.file }}"
|
||||
mode: "0644"
|
||||
with_items:
|
||||
- {name: volumegroupsnapshotclasses, file: volumegroupsnapshotclasses.yml}
|
||||
- {name: volumegroupsnapshotcontents, file: volumegroupsnapshotcontents.yml}
|
||||
- {name: volumegroupsnapshots, file: volumegroupsnapshots.yml}
|
||||
- {name: volumesnapshotclasses, file: volumesnapshotclasses.yml}
|
||||
- {name: volumesnapshotcontents, file: volumesnapshotcontents.yml}
|
||||
- {name: volumesnapshots, file: volumesnapshots.yml}
|
||||
|
||||
Reference in New Issue
Block a user