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

Fix name for blackbox-exporter PodSecurityPolicy
This commit is contained in:
Arthur Silva Sens
2021-06-16 08:15:16 -03:00
committed by GitHub

View File

@@ -117,7 +117,11 @@ local restrictedPodSecurityPolicy = {
},
}
else
{};
{
metadata+: {
name: 'blackbox-exporter-psp',
},
};
restrictedPodSecurityPolicy + blackboxExporterPspPrivileged,
},