diff options
author | 2024-12-14 19:04:24 -0800 | |
---|---|---|
committer | 2024-12-14 19:04:24 -0800 | |
commit | ff83044987a07d2d8443029879095ee7c837406a (patch) | |
tree | bc3913ad8ab65a352ea02a3dc50cc5297f7c2f36 | |
parent | 28f902b2722deb1a78635c0a6a141ca31fffc14b (diff) | |
download | helm-charts-ff83044987a07d2d8443029879095ee7c837406a.tar.gz helm-charts-ff83044987a07d2d8443029879095ee7c837406a.tar.zst helm-charts-ff83044987a07d2d8443029879095ee7c837406a.zip |
Fix `restic-operator` RBAC permissions
-rw-r--r-- | charts/restic-operator/Chart.yaml | 2 | ||||
-rw-r--r-- | charts/restic-operator/README.md | 2 | ||||
-rw-r--r-- | charts/restic-operator/templates/rbac.yaml | 11 |
3 files changed, 13 insertions, 2 deletions
diff --git a/charts/restic-operator/Chart.yaml b/charts/restic-operator/Chart.yaml index dae515f..55fd24b 100644 --- a/charts/restic-operator/Chart.yaml +++ b/charts/restic-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: restic-operator description: A Helm chart to deploy the restic-operator in Kubernetes type: application -version: 0.1.2 +version: 0.1.3 appVersion: "0.1.2" sources: diff --git a/charts/restic-operator/README.md b/charts/restic-operator/README.md index 15fabce..0f6a5c7 100644 --- a/charts/restic-operator/README.md +++ b/charts/restic-operator/README.md @@ -1,6 +1,6 @@ # restic-operator -   +   A Helm chart to deploy the restic-operator in Kubernetes diff --git a/charts/restic-operator/templates/rbac.yaml b/charts/restic-operator/templates/rbac.yaml index aea7dcb..3e8ab18 100644 --- a/charts/restic-operator/templates/rbac.yaml +++ b/charts/restic-operator/templates/rbac.yaml @@ -15,6 +15,17 @@ rules: - "" resources: - configmaps + verbs: + - create + - delete + - get + - list + - patch + - update + - watch + - apiGroups: + - batch + resources: - cronjobs - jobs verbs: |