Skip to content

Commit

Permalink
Merge pull request #784 from tom1299/master
Browse files Browse the repository at this point in the history
fix: Remove obsolete permissions for apiGroup `extensions` from helm templates
  • Loading branch information
MuneebAijaz authored Nov 18, 2024
2 parents 1ffef1a + 394707a commit ff7c5c0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions deployments/kubernetes/chart/reloader/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,6 @@ rules:
- get
- update
- patch
- apiGroups:
- "extensions"
resources:
- deployments
- daemonsets
verbs:
- list
- get
- update
- patch
- apiGroups:
- "batch"
resources:
Expand Down

0 comments on commit ff7c5c0

Please sign in to comment.