From 52f15cd78e7f18b3d250c1e4431a12833366c26e Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Tue, 3 Jun 2025 16:18:51 +0200 Subject: [PATCH] Tabs en lugar de espacios --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a85c581..116024e 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ install: -kubectl create -f reg-secret.yaml -kubectl create -f jenkins-10-serviceAccount.yaml + -kubectl create -f jenkins-20-storage-class.yaml + -kubectl create -f jenkins-21-pvc.yaml -kubectl create -f jenkins-25-volume.yaml -envsubst < jenkins-30-deployment.yaml |kubectl create -f - -kubectl create -f jenkins-40-service.yaml @@ -23,6 +25,8 @@ clean: -kubectl delete -f jenkins-40-service.yaml -envsubst < jenkins-30-deployment.yaml |kubectl delete -f - -kubectl delete -f jenkins-25-volume.yaml + -kubectl delete -f jenkins-21-pvc.yaml + -kubectl delete -f jenkins-20-storage-class.yaml -kubectl delete -f jenkins-10-serviceAccount.yaml -kubectl delete -f reg-secret.yaml -kubectl delete -f jenkins-05-namespace.yaml