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