Skip to content

Commit

Permalink
Fix vpa-butler RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Jan 23, 2025
1 parent 213d38a commit 6855f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion system/vpa-butler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: vpa-butler
description: A Helm chart for the CCloud VPA butler
version: 0.3.10
version: 0.3.11
appVersion: v0.4.1
home: https://github.com/sapcc/vpa_butler
sources:
Expand Down
6 changes: 3 additions & 3 deletions system/vpa-butler/templates/clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ roleRef:
kind: ClusterRole
name: vpa-butler
subjects:
- kind: ServiceAccount
name: vpa-butler
namespace: kube-system
- kind: ServiceAccount
name: vpa-butler
namespace: {{ .Release.Namespace }}

0 comments on commit 6855f18

Please sign in to comment.