Skip to content

Commit 3cd0d20

Browse files
committed
Fix deploy.sh
1 parent 8b04270 commit 3cd0d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/master/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ kubectl version --client
33
kubectl -n promhub get po
44
kubectl -n promhub delete jobs.batch dbimport
55
kubectl -n promhub get po
6-
kubectl apply -f dbimport-job.yaml
6+
kubectl apply -f deployment/master/dbimport-job.yaml
77
kubectl -n promhub get po

0 commit comments

Comments
 (0)