diff --git a/ansible/deploy_awx_k8s.yml b/ansible/deploy_awx_k8s.yml index 67a9950..91f67d9 100644 --- a/ansible/deploy_awx_k8s.yml +++ b/ansible/deploy_awx_k8s.yml @@ -28,6 +28,8 @@ kind: Namespace metadata: name: "{{ awx_namespace }}" + environment: + KUBECONFIG: /home/semaphore/.kube/config - name: Set current namespace context (optional, for convenience) command: kubectl config set-context --current --namespace={{ awx_namespace }}