Skip to content
Snippets Groups Projects
Verified Commit 270c300f authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

stop running prometheus as root user

parent 3ce556c5
No related branches found
No related tags found
No related merge requests found
......@@ -28,13 +28,6 @@ prometheus:
resources:
requests:
storage: 5Gi
# https://github.com/rancher/rancher/issues/14836 prevents 'subPath' to work
# with non-privileged users. This is an insecure workaround for the time
# being...
securityContext:
runAsUser: 0
fsGroup: 0
runAsNonRoot: false
service:
type: NodePort
......
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