copy kubeconfig
This commit is contained in:
@@ -18,4 +18,8 @@
|
||||
X-Auth-Token: "{{ scw_secret_key }}"
|
||||
when: item.name == "{{ project_name_tf }}"
|
||||
with_items: "{{ (output.content |from_json).clusters }}"
|
||||
|
||||
|
||||
- name: Copy kubeconfig
|
||||
copy:
|
||||
src: "{{ project_terraform }}/kubeconfig"
|
||||
dest: "{{ project_kubeconfig }}"
|
Reference in New Issue
Block a user