Skip to content
Snippets Groups Projects
Commit f30761a5 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

clean up

parent 3b55bfdb
Branches
Tags
No related merge requests found
...@@ -109,17 +109,17 @@ stop_dev: ...@@ -109,17 +109,17 @@ stop_dev:
name: "development" name: "development"
action: stop action: stop
delete_all_pods: #delete_all_pods:
stage: deploy # stage: deploy
when: manual # when: manual
image: registry-gitlab.pasteur.fr/dsi-tools/docker-images:docker_kubernetes_image # image: registry-gitlab.pasteur.fr/dsi-tools/docker-images:docker_kubernetes_image
variables: # variables:
GIT_STRATEGY: none # GIT_STRATEGY: none
NAMESPACE: "viralhostrange-dev" # NAMESPACE: "viralhostrange-dev"
script: # script:
- kubectl delete --all pods --namespace=$NAMESPACE # - kubectl delete --all pods --namespace=$NAMESPACE
tags: # tags:
- k8s # - k8s
environment: # environment:
name: "development" # name: "development"
action: stop # action: stop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment