Skip to content
Snippets Groups Projects
Verified Commit f4afdf4e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(monitoring): Fix filesystem access for X509 exporter

parent 18f5cc31
Branches
No related tags found
No related merge requests found
......@@ -28,6 +28,15 @@ spec:
podAnnotations:
prometheus.io/port: "9793"
prometheus.io/scrape: "true"
securityContext:
capabilities:
drop:
- ALL
add:
- CAP_DAC_OVERRIDE
readOnlyRootFilesystem: true
runAsGroup: 0
runAsUser: 0
daemonSets:
cp:
nodeSelector:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment