Skip to content

Commit

Permalink
Fix deployments on bare metal
Browse files Browse the repository at this point in the history
  • Loading branch information
camilb committed Aug 23, 2018
1 parent 625c020 commit 0c1c8b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ do
;;
"Custom")
echo "Deploying on custom providers without persistence"
sed -i -e '1,10d;34,47d' manifests/prometheus/prometheus-k8s.yaml;
sed -i -e '1,12d;47,49d;91,93d' manifests/grafana/grafana.de.yaml;
sed -i -e '1,8d;32,45d' manifests/prometheus/prometheus-k8s.yaml;
rm -rf manifests/grafana/grafana.pvc.yaml
sed -i -e '31,34d;77,79d' manifests/grafana/grafana.de.yaml;
break
;;
*) echo invalid option;;
Expand Down

0 comments on commit 0c1c8b2

Please sign in to comment.