Browse Source

Corrijo texto al borrar las PVC

creylopez 11 tháng trước cách đây
mục cha
commit
0d35149e35
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -40,7 +40,7 @@ pipeline {
         expression { params.borraclaims}
       }
       steps {
-        echo "Creando las PVC..." 
+        echo "Borrando las PVC..." 
         container('kubectl') {
           withCredentials([file(credentialsId: 'kubeconfig-imac', variable: 'KUBECONFIG')]) {
             sh 'kubectl delete -f K8S/pvc-jugaralpadel.yaml||true'