mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-10-30 07:31:19 +01:00
Fix name for blackbox-exporter PodSecurityPolicy
This commit is contained in:
parent
8d57b10d50
commit
4ea366eef7
@ -117,7 +117,11 @@ local restrictedPodSecurityPolicy = {
|
||||
},
|
||||
}
|
||||
else
|
||||
{};
|
||||
{
|
||||
metadata+: {
|
||||
name: 'blackbox-exporter-psp',
|
||||
},
|
||||
};
|
||||
|
||||
restrictedPodSecurityPolicy + blackboxExporterPspPrivileged,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user