Skip to content

Commit

Permalink
Merge pull request #133 from jxsrlsl1234/hotfix/deploy
Browse files Browse the repository at this point in the history
fix sed bug in deploy.sh to modify prometheus-k8s.yaml
  • Loading branch information
camilb authored May 13, 2020
2 parents bf52a3a + 048e5bd commit 68540fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ do
;;
"Custom")
echo "Deploying on custom providers without persistence"
sed -i -e '1,8d;32,45d' manifests/prometheus/prometheus-k8s.yaml;
sed -i -e '1,8d;32,49d' 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
Expand Down

0 comments on commit 68540fa

Please sign in to comment.