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