Skip to content

Commit

Permalink
fix typo in node_exporter_config (grafana#1389)
Browse files Browse the repository at this point in the history
which should be `privileged` instead of `priviliged`
  • Loading branch information
laiwei committed Feb 16, 2022
1 parent df40339 commit 5bd3aed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
securityContext:
capabilities:
add: ["SYS_TIME"]
priviliged: true
privileged: true
runAsUser: 0
volumeMounts:
- name: rootfs
Expand Down

0 comments on commit 5bd3aed

Please sign in to comment.