From f1a8a39f63e3dfda1bf6f71d96c45ea924f3abe2 Mon Sep 17 00:00:00 2001 From: opan Date: Mon, 3 Mar 2025 15:38:58 +0700 Subject: [PATCH] fix: include pdb resource in merlin cluster role --- charts/merlin/templates/merlin-cluster-role.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/merlin/templates/merlin-cluster-role.yaml b/charts/merlin/templates/merlin-cluster-role.yaml index b9ffd230..2170c88d 100644 --- a/charts/merlin/templates/merlin-cluster-role.yaml +++ b/charts/merlin/templates/merlin-cluster-role.yaml @@ -6,6 +6,12 @@ metadata: labels: {{- include "merlin.labels" . | nindent 4 }} rules: +- apiGroups: + - policy + resources: + - poddisruptionbudgets + verbs: + - "*" - apiGroups: [""] resources: - services