Skip to content

Commit

Permalink
chore: fix helm default RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
machine424 committed Feb 11, 2024
1 parent 67fc3fd commit 2a8ca04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm-chart/kube-hpa-scale-to-zero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ apiVersion: v2
name: kube-hpa-scale-to-zero
description: See https://github.com/machine424/kube-hpa-scale-to-zero
type: application
# Please Do not change this, it'll be done during the release.
version: 0.4.0
appVersion: "0.4.0"
1 change: 1 addition & 0 deletions helm-chart/kube-hpa-scale-to-zero/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: {{ include "kube-hpa-scale-to-zero.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand Down

0 comments on commit 2a8ca04

Please sign in to comment.