Skip to content
Snippets Groups Projects
Unverified Commit 89993e48 authored by Sergey's avatar Sergey Committed by GitHub
Browse files

fix error metrics server capabilities name (#7905)

parent 6b5da840
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ spec: ...@@ -70,7 +70,7 @@ spec:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:
drop: ["all"] drop: ["all"]
add: ["CAP_NET_BIND_SERVICE"] add: ["NET_BIND_SERVICE"]
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
runAsGroup: 10001 runAsGroup: 10001
runAsNonRoot: true runAsNonRoot: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment