Fix name for blackbox-exporter PodSecurityPolicy
This commit is contained in:
@@ -117,7 +117,11 @@ local restrictedPodSecurityPolicy = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{};
|
{
|
||||||
|
metadata+: {
|
||||||
|
name: 'blackbox-exporter-psp',
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
restrictedPodSecurityPolicy + blackboxExporterPspPrivileged,
|
restrictedPodSecurityPolicy + blackboxExporterPspPrivileged,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user