mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-06 02:51:02 +01:00
Merge pull request #1213 from metalmatze/blackbox-exporter-psp
Fix name for blackbox-exporter PodSecurityPolicy
This commit is contained in:
commit
071b39477a
@ -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