Преглед изворни кода

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'