Skip to content

Commit

Permalink
Create clusterrole along with binding
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Amiez <jonathan.amiez@gmail.com>
  • Loading branch information
josqu4red committed Oct 17, 2023
1 parent 9036018 commit 437bdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/policy-reporter/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.serviceAccount.create -}}
{{- if .Values.rbac.enabled -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
Expand Down

0 comments on commit 437bdaf

Please sign in to comment.