diff --git a/.drone.yml b/.drone.yml index 8478799..97ab237 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,4 +20,4 @@ steps: - name: run puppet-agent commands: - cd /etc/k8s - - minikube kubectl apply -f ./namespaces \ No newline at end of file + - su - -c "minikube kubectl apply -f ./namespaces" \ No newline at end of file