Move scope files
This commit is contained in:
parent
56ce0eaae1
commit
af360c9950
10 changed files with 9 additions and 9 deletions
|
|
@ -66,14 +66,14 @@
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
resource_definition: "{{ lookup('template', item) | from_yaml }}"
|
resource_definition: "{{ lookup('template', item) | from_yaml }}"
|
||||||
with_items:
|
with_items:
|
||||||
- psp.yaml.j2
|
- scope/psp.yaml.j2
|
||||||
- cluster-role-binding.yaml.j2
|
- scope/cluster-role-binding.yaml.j2
|
||||||
- cluster-role.yaml.j2
|
- scope/cluster-role.yaml.j2
|
||||||
- sa.yaml.j2
|
- scope/sa.yaml.j2
|
||||||
- svc.yaml.j2
|
- scope/svc.yaml.j2
|
||||||
- ds.yaml.j2
|
- scope/ds.yaml.j2
|
||||||
- probe-deploy.yaml.j2
|
- scope/probe-deploy.yaml.j2
|
||||||
- deploy.yaml.j2
|
- scope/deploy.yaml.j2
|
||||||
- weave_ingress.yaml.j2
|
- scope/weave_ingress.yaml.j2
|
||||||
tags: weave
|
tags: weave
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue