浏览代码

Corrijo texto al borrar las PVC

creylopez 11 月之前
父节点
当前提交
0d35149e35
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'