Skip to content

Commit

Permalink
Commenting this test out to see if the rest of tests will pass
Browse files Browse the repository at this point in the history
Signed-off-by: ytimocin <[email protected]>
  • Loading branch information
ytimocin committed Nov 26, 2024
1 parent 4e79b6f commit b3386e6
Showing 1 changed file with 32 additions and 28 deletions.
60 changes: 32 additions & 28 deletions deploy/Chart/templates/ucp/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,37 @@ metadata:
app.kubernetes.io/name: ucp
app.kubernetes.io/part-of: radius
rules:
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- get
- update
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- get
- update

- apiGroups:
- ucp.dev
resources:
- resources
verbs:
- create
- delete
- get
- list
- update
- apiGroups:
- ucp.dev
resources:
- resources
verbs:
- create
- delete
- get
- list
- update

- apiGroups:
- ucp.dev
resources:
- queuemessages
verbs:
- create
- apiGroups:
- api.ucp.dev
resources:
- "*"
verbs:
- create
- delete
- get
- list
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand All @@ -46,6 +50,6 @@ roleRef:
kind: ClusterRole
name: ucp
subjects:
- kind: ServiceAccount
name: ucp
namespace: {{ .Release.Namespace }}
- kind: ServiceAccount
name: ucp
namespace: { { .Release.Namespace } }

0 comments on commit b3386e6

Please sign in to comment.