Fix name for blackbox-exporter PodSecurityPolicy

This commit is contained in:
Matthias Loibl 2021-06-16 12:55:51 +02:00
parent 8d57b10d50
commit 4ea366eef7
No known key found for this signature in database
GPG Key ID: 78A796CA74CA38BA

View File

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