Move scope files

This commit is contained in:
Adrien Reslinger 2020-04-21 12:02:56 +02:00
parent 56ce0eaae1
commit af360c9950
10 changed files with 9 additions and 9 deletions

View file

@ -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