From 62fbef242a5e12548a56d8f66a3ea3d7a67fdcc2 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 27 Oct 2025 12:37:58 -0500 Subject: [PATCH] add rbac for pvc --- ontime-operator/deploy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ontime-operator/deploy.yaml b/ontime-operator/deploy.yaml index b9c9a7b..c6b9167 100644 --- a/ontime-operator/deploy.yaml +++ b/ontime-operator/deploy.yaml @@ -157,6 +157,12 @@ rules: - ingresses verbs: - '*' +- apiGroups: + - "" + resources: + - persistentvolumeclaims + verbs: + - '*' --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole