Преглед на файлове

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'