remove nfs via synology

This commit is contained in:
2025-08-01 09:15:07 -05:00
parent bd27975bf3
commit 99fb15f8f0
10 changed files with 242 additions and 15 deletions

View File

@@ -0,0 +1,15 @@
---
apiVersion: authorization.openshift.io/v1
kind: RoleBinding
metadata:
name: nfs-client-provisioner-scc
namespace: openshift-nfs-storage
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:openshift:scc:hostmount-anyuid
#name: system:openshift:$NAMESPACE:hostmount-anyuid
subjects:
- kind: ServiceAccount
name: nfs-client-provisioner
namespace: openshift-nfs-storage