From 9ca912edcae4bd221b73c55f9639cd424b3cf571 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Mon, 10 Jun 2024 21:06:43 -0600 Subject: [PATCH] Revert "Remove list permission on secrets for Rufio:" --- tinkerbell/rufio/templates/cluster-role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tinkerbell/rufio/templates/cluster-role.yaml b/tinkerbell/rufio/templates/cluster-role.yaml index d0cb32ca..30986344 100644 --- a/tinkerbell/rufio/templates/cluster-role.yaml +++ b/tinkerbell/rufio/templates/cluster-role.yaml @@ -11,6 +11,7 @@ rules: - secrets verbs: - get + - list - watch - apiGroups: - bmc.tinkerbell.org