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