From 0a5d8ebe1a1847071bcddc1a7678b6c343d8b661 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 15 Feb 2024 16:04:41 +0100 Subject: [PATCH] Pass k8s namespace to the loop --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 714b9d8..f268b98 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -78,6 +78,7 @@ certificate_expires_in: "{{ item.certificate_expires_in | default('500') }}" username: "{{ item.username }}" host_user: "{{ item.host_user | default('') }}" + k8s_namespace: "{{ item.k8s_namespace | default('default') }}" cluster: "{{ item.cluster }}" binding_type: "{{ item.binding_type | default('ClusterRoleBinding') }}" role_type: "{{ item.role_type | default('ClusterRole') }}"