Loading capif/templates/cd-deploy-ocf.gitlab-ci.yml +12 −1 Original line number Diff line number Diff line Loading @@ -141,3 +141,14 @@ deploy_ocf_dev: # --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \ # --wait --timeout=10m \ # --create-NAMESPACE_STAGING --kubeconfig ~/cluster.kubeconfig delete_ocf_dev: stage: delete_ocf_dev <<: *staging_common script: - echo "### deleting environment $NAMESPACE_DEV###" - helm uninstall -n $NAMESPACE_DEV ocf --kubeconfig ~/cluster.kubeconfig when: manual environment: name: review/$CI_COMMIT_REF_SLUG action: stop No newline at end of file Loading
capif/templates/cd-deploy-ocf.gitlab-ci.yml +12 −1 Original line number Diff line number Diff line Loading @@ -141,3 +141,14 @@ deploy_ocf_dev: # --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \ # --wait --timeout=10m \ # --create-NAMESPACE_STAGING --kubeconfig ~/cluster.kubeconfig delete_ocf_dev: stage: delete_ocf_dev <<: *staging_common script: - echo "### deleting environment $NAMESPACE_DEV###" - helm uninstall -n $NAMESPACE_DEV ocf --kubeconfig ~/cluster.kubeconfig when: manual environment: name: review/$CI_COMMIT_REF_SLUG action: stop No newline at end of file