Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1182 from alphagov/remove-temp-code
Browse files Browse the repository at this point in the history
Remove temporary tidyup code
  • Loading branch information
Krenair authored Aug 24, 2020
2 parents 6d942e8 + a39e1cc commit 0419eed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pipelines/deployer/deployer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ apply_cluster_chart: &apply_cluster_chart
echo "Removing EKS-provided pod security policy clusterrolebinding (if it exists)"
kubectl delete --ignore-not-found=true clusterrolebinding eks:podsecuritypolicy:authenticated
### Start of temporary tidyup code ###
kubectl delete --ignore-not-found=true --namespace gsp-system servicemonitor gsp-prometheus-operator-apiserver
kubectl delete --ignore-not-found=true --namespace gsp-system configmap gsp-prometheus-operator-apiserver
kubectl delete --ignore-not-found=true --namespace gsp-system prometheusrule gsp-prometheus-operator-kube-apiserver-slos
kubectl delete --ignore-not-found=true --namespace gsp-system prometheusrule gsp-prometheus-operator-kube-apiserver.rules
### End of temporary tidyup code ###
echo "rendering ${CHART_NAME} chart..."
mkdir -p manifests
Expand Down

0 comments on commit 0419eed

Please sign in to comment.