Skip to content

Commit

Permalink
updating web rolebinding file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar2366 committed Jul 24, 2022
1 parent 2541bf6 commit 58f838c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/web/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ metadata:
labels:
{{- include "pecan.labels" . | nindent 4 }}
roleRef:
- apiGroup: rbac.authorization.k8s.io
apiGroup: rbac.authorization.k8s.io
kind: Role
name: {{ include "pecan.fullname" . }}-web
- apiGroup: rbac.authorization.k8s.io
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ include "pecan.fullname" . }}-web
subjects:
Expand Down

0 comments on commit 58f838c

Please sign in to comment.