Skip to content

Commit

Permalink
[castai-agent] add rbac to collect resourcequotas and limitranges (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
jansyk13 authored Jan 27, 2025
1 parent 7b82e1d commit a854c4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/castai-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: castai-agent
description: CAST AI agent deployment chart.
type: application
version: 0.94.0
appVersion: "v0.79.0"
version: 0.95.0
appVersion: "v0.80.0"
2 changes: 2 additions & 0 deletions charts/castai-agent/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ rules:
- services
- namespaces
- events
- limitranges
- resourcequotas
verbs:
- get
- list
Expand Down

0 comments on commit a854c4a

Please sign in to comment.