commit c75978e27b55c00f9ad490847c430c808e2dd075 parent d0bf7be6c404106822ba26c8553c15c6154399a1 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 28 Feb 2026 11:44:06 +0100 fixes Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | infrastructure_talos/controllers/velero/namespace.yaml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/infrastructure_talos/controllers/velero/namespace.yaml b/infrastructure_talos/controllers/velero/namespace.yaml @@ -2,3 +2,7 @@ apiVersion: v1 kind: Namespace metadata: name: velero + labels: + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/warn: privileged