Skip to content

Commit

Permalink
[crapi] Rolebinding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed Mar 28, 2024
1 parent 4649e7b commit 31a124e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/crapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ type: application
keywords:
- crapi

version: 0.1.9
version: 0.1.10

appVersion: "develop"
9 changes: 5 additions & 4 deletions charts/crapi/templates/rbac/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ metadata:
namespace: {{.Release.Namespace}}
name: {{ include "crapi.fullname" . }}-waitfor-grant
subjects:
- kind: ServiceAccount
{{- /*
- kind: ServiceAccount
name: default
namespace: crapi
apiGroup: ""
subjects:
apiGroup: ""
*/ -}}
- kind: ServiceAccount
name: distributor
namespace: distributor
apiGroup: ""
roleRef:
kind: ClusterRole
name: {{ include "crapi.fullname" . }}-waitfor-reader
apiGroup: ""
apiGroup: rbac.authorization.k8s.io

0 comments on commit 31a124e

Please sign in to comment.