Skip to content

Commit

Permalink
Update incorrect node-exporter config example
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Napp committed Nov 20, 2018
1 parent e399c29 commit d1d01d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xml/admin_monitoring.xml
Expand Up @@ -457,6 +457,11 @@ nodeExporter:
hostPID: false
podSecurityPolicy:
enabled: true
annotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default'
apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default'
seccomp.security.alpha.kubernetes.io/defaultProfileName: 'docker/default'
apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
Expand Down

0 comments on commit d1d01d8

Please sign in to comment.