From 9b3563ebfcacf979ac6eb3bb3c28a2dbc3e45c90 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Tue, 13 Jan 2026 10:04:28 +1100 Subject: [PATCH] fixed the name of restricted-hostpath --- manifests/scc/scc-restricted-hostpath.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/scc/scc-restricted-hostpath.yaml b/manifests/scc/scc-restricted-hostpath.yaml index 9e44708..bb939e9 100644 --- a/manifests/scc/scc-restricted-hostpath.yaml +++ b/manifests/scc/scc-restricted-hostpath.yaml @@ -1,7 +1,7 @@ apiVersion: security.openshift.io/v1 kind: SecurityContextConstraints metadata: - name: restricted-hostpath-privesc + name: restricted-hostpath allowHostDirVolumePlugin: true # Needed for /dev/dri hostPath allowHostIPC: false allowHostNetwork: false