Parcourir la source

Corrijo texto al borrar las PVC

creylopez il y a 11 mois
Parent
commit
0d35149e35
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'