Skip to content
Snippets Groups Projects
Unverified Commit d68cfeed authored by Hans Kristian Flaatten's avatar Hans Kristian Flaatten Committed by Hans Kristian Flaatten
Browse files

Move namespace file to template directory

parent c3c9e955
Branches
Tags
No related merge requests found
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
- meta: flush_handlers - meta: flush_handlers
- name: copy kube system namespace manifest - name: Write kube system namespace manifest
copy: template:
src: namespace.yml src: namespace.j2
dest: "{{kube_config_dir}}/{{system_namespace}}-ns.yml" dest: "{{kube_config_dir}}/{{system_namespace}}-ns.yml"
run_once: yes run_once: yes
when: inventory_hostname == groups['kube-master'][0] when: inventory_hostname == groups['kube-master'][0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment