Skip to content

Commit

Permalink
Add selector as required by k8s 1.8 and higher. (#716)
Browse files Browse the repository at this point in the history
Fixes #715
  • Loading branch information
genebean authored and cyriltovena committed Jul 5, 2019
1 parent 3b02474 commit e156d3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/promtail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ metadata:
name: promtail
spec:
minReadySeconds: 10
selector:
matchLabels:
name: promtail
template:
metadata:
labels:
Expand Down

0 comments on commit e156d3b

Please sign in to comment.