From 3a637b1c8b7965892b91712a587326031f805d1c Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Thu, 25 Apr 2024 09:47:12 +0200 Subject: [PATCH] nfs rbac --- infrastructure/04-rook-ceph/base/nfs-rbac.yaml | 0 infrastructure/04-rook-ceph/kustomization.yaml | 1 + 2 files changed, 1 insertion(+) create mode 100644 infrastructure/04-rook-ceph/base/nfs-rbac.yaml diff --git a/infrastructure/04-rook-ceph/base/nfs-rbac.yaml b/infrastructure/04-rook-ceph/base/nfs-rbac.yaml new file mode 100644 index 0000000..e69de29 diff --git a/infrastructure/04-rook-ceph/kustomization.yaml b/infrastructure/04-rook-ceph/kustomization.yaml index e7f9a32..7b9e3e1 100644 --- a/infrastructure/04-rook-ceph/kustomization.yaml +++ b/infrastructure/04-rook-ceph/kustomization.yaml @@ -8,5 +8,6 @@ resources: - base/toolbox.yaml - base/cluster.yaml - base/operator.yaml + - base/nfs-rbac.yaml - base/common.yaml - base/crds.yaml \ No newline at end of file