Skip to content

Commit

Permalink
added rbac for crd check (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpfischer authored Sep 29, 2023
1 parent 667f273 commit 65844f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/homepage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
description: Chart for benphelps homepage
icon: https://github.com/benphelps/homepage/blob/de584eae8f12a0d257e554e9511ef19bd2a1232c/public/mstile-150x150.png
name: homepage
version: 1.2.1
version: 1.2.2
appVersion: v0.6.10
sources:
- https://github.com/jameswynn/helm-charts/charts/homepage
Expand Down
6 changes: 6 additions & 0 deletions charts/homepage/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ rules:
verbs:
- get
- list
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions/status
verbs:
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 65844f4

Please sign in to comment.