Skip to content
Snippets Groups Projects
Unverified Commit 4ea366ee authored by Matthias Loibl's avatar Matthias Loibl
Browse files

Fix name for blackbox-exporter PodSecurityPolicy

parent 8d57b10d
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,11 @@ local restrictedPodSecurityPolicy = {
},
}
else
{};
{
metadata+: {
name: 'blackbox-exporter-psp',
},
};
restrictedPodSecurityPolicy + blackboxExporterPspPrivileged,
},
......
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