Commit 871b5be9 authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

update monitoring gitlab-ci.yml

parent 465c770d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -99,11 +99,11 @@ deploy monitoring development:
    - build monitoring
    - test monitoring run
  before_script:
    - kubectl get pods --all-namespaces -o jsonpath="{.items[*].spec.containers[*].image}"
    - kubectl get all
  script:
    - kubectl version
    - kubectl get all
    - kubectl apply -f "manifests/$IMAGE_NAME.yaml"
    - kubectl get all
#    - kubectl get all
#    - kubectl apply -f "manifests/$IMAGE_NAME.yaml"
#    - kubectl get all
  when: manual