From e2c0cb640c2482a22e9dfb7ddc42db2ea4c75e5a Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Thu, 30 Oct 2025 09:25:02 +0000 Subject: [PATCH] Update roles/stolon/tasks/main.yml --- roles/stolon/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/stolon/tasks/main.yml b/roles/stolon/tasks/main.yml index f4a960e..e7e50ac 100644 --- a/roles/stolon/tasks/main.yml +++ b/roles/stolon/tasks/main.yml @@ -25,6 +25,7 @@ become: yes become_user: fenix shell: | + kubectl apply -f /tmp/stolon/kubernetes-files/files/stolon-namespace.yaml kubectl apply -f /tmp/stolon/kubernetes-files/files/ environment: KUBECONFIG: /home/fenix/.kube/config \ No newline at end of file