Skip to content
Snippets Groups Projects
Unverified Commit 071b3947 authored by Arthur Silva Sens's avatar Arthur Silva Sens Committed by GitHub
Browse files

Merge pull request #1213 from metalmatze/blackbox-exporter-psp

Fix name for blackbox-exporter PodSecurityPolicy
parents 8d57b10d 4ea366ee
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