From bf2959628513dcfba0ae801eeddc0aedc8b871ef Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Thu, 12 Dec 2024 23:16:56 +0200 Subject: [PATCH] add missing permission for operator, 1.51.1 --- mirrord-operator/Chart.yaml | 2 +- mirrord-operator/templates/cluster-role.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mirrord-operator/Chart.yaml b/mirrord-operator/Chart.yaml index c2c084d..d7553ec 100644 --- a/mirrord-operator/Chart.yaml +++ b/mirrord-operator/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.15.0 +version: 1.15.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/mirrord-operator/templates/cluster-role.yaml b/mirrord-operator/templates/cluster-role.yaml index 92cc163..45a61ed 100644 --- a/mirrord-operator/templates/cluster-role.yaml +++ b/mirrord-operator/templates/cluster-role.yaml @@ -75,6 +75,7 @@ rules: - policies.mirrord.metalbear.co resources: - mirrordpolicies + - mirrordclusterpolicies verbs: - list - get