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
commit 071b39477a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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