From b2db01b33827b356aa84ac08ddf6ec354160d446 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 12 Jan 2026 21:48:52 +1100 Subject: [PATCH] tidy up --- ...scc-restricted--hostpath-rolebinding-privesc.yaml | 12 ------------ .../scc/scc-restricted--hostpath-rolebinding.yaml | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 manifests/scc/scc-restricted--hostpath-rolebinding-privesc.yaml delete mode 100644 manifests/scc/scc-restricted--hostpath-rolebinding.yaml diff --git a/manifests/scc/scc-restricted--hostpath-rolebinding-privesc.yaml b/manifests/scc/scc-restricted--hostpath-rolebinding-privesc.yaml deleted file mode 100644 index f4a415a..0000000 --- a/manifests/scc/scc-restricted--hostpath-rolebinding-privesc.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: peanutflix-sa-restricted-hostpath -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:scc:restricted-hostpath -subjects: - - kind: ServiceAccount - name: peanutflix-sa - namespace: peanutflix \ No newline at end of file diff --git a/manifests/scc/scc-restricted--hostpath-rolebinding.yaml b/manifests/scc/scc-restricted--hostpath-rolebinding.yaml deleted file mode 100644 index ca89865..0000000 --- a/manifests/scc/scc-restricted--hostpath-rolebinding.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: peanutflix-sa-restricted-hostpath-privesc -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:scc:restricted-hostpath-privesc -subjects: - - kind: ServiceAccount - name: peanutflix-sa - namespace: peanutflix \ No newline at end of file