yaminisridaran
yaminisridaran
@konstruktoid I would like to contribute for this issue to be solved. Can you please guide me
@brancz I am using Prometheus Operator version v0.40.0. I tried below mentioned prometheus crd configuration. The prometheus pod does not have securityContext configured for allowPrivilegeEscalation and capabilities. ``` apiVersion: monitoring.coreos.com/v1...
@brancz Only the below mentioned securityContext parameters in prometheus crd is getting reflected in prometheus server but not the allowPrivilegeEscalation: false and capabilities in prometheus crd. securityContext: fsGroup: 65534 runAsGroup:...
@brancz Can you please help me with this issue