Skip to content

Commit

Permalink
Merge pull request #787 from simonpasquier/bz-1834913
Browse files Browse the repository at this point in the history
Bug 1834913: bump kubernetes-monitoring/kubernetes-mixin
  • Loading branch information
openshift-merge-robot committed Jun 26, 2020
2 parents 784585a + c2657c9 commit bbf105d
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 283 deletions.
3 changes: 1 addition & 2 deletions assets/node-exporter/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ spec:
- command:
- /bin/sh
- -c
- '[[ ! -d /node_exporter/collectors/init ]] || find /node_exporter/collectors/init
-perm /111 -type f -exec {} \;'
- '[[ ! -d /node_exporter/collectors/init ]] || find /node_exporter/collectors/init -perm /111 -type f -exec {} \;'
env:
- name: TMPDIR
value: /tmp
Expand Down

0 comments on commit bbf105d

Please sign in to comment.