Commit 7c6cf1fd authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Update .gitlab-ci.yml - solved typo in "kubectl apply" command

parent a0e504d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ deploy monitoring:
  script:
    - kubectl version
    - kubectl get all
    - kubectl apply -f "manisfests/monitoringservice.yaml"
    - kubectl apply -f "manifests/monitoringservice.yaml"
  when: manual