diff options
author | 2024-12-14 19:07:57 -0800 | |
---|---|---|
committer | 2024-12-14 19:07:57 -0800 | |
commit | 31b9aaaa59b8f813821e8b2f74e9f572a9dbd8b0 (patch) | |
tree | bc3913ad8ab65a352ea02a3dc50cc5297f7c2f36 | |
parent | 28f902b2722deb1a78635c0a6a141ca31fffc14b (diff) | |
parent | ff83044987a07d2d8443029879095ee7c837406a (diff) | |
download | helm-charts-31b9aaaa59b8f813821e8b2f74e9f572a9dbd8b0.tar.gz helm-charts-31b9aaaa59b8f813821e8b2f74e9f572a9dbd8b0.tar.zst helm-charts-31b9aaaa59b8f813821e8b2f74e9f572a9dbd8b0.zip |
Merge pull request #4 from ansg191/fix-rbacrestic-operator-0.1.3
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: |