parameterized snaphot controller namespaces (#8305)

* Parameterized snaphot controller namespaces

* add ns yml

* add docs

* namespace
This commit is contained in:
Samuel Liu
2022-01-15 04:58:26 +08:00
committed by GitHub
parent ccd3180a69
commit 1a69f8c3ad
6 changed files with 17 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
dest: "{{ kube_config_dir }}/{{ item.file }}"
mode: 0644
with_items:
- {name: snapshot-ns, file: snapshot-ns.yml}
- {name: rbac-snapshot-controller, file: rbac-snapshot-controller.yml}
- {name: snapshot-controller, file: snapshot-controller.yml}
register: snapshot_controller_manifests