Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Nov 13, 2023
2 parents bec5b61 + b130223 commit 84b8b8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/rbac/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ resources:
- auth_proxy_role.yaml
- auth_proxy_role_binding.yaml
- auth_proxy_client_clusterrole.yaml
- trustyaiservice_editor_role.yaml
- trustyaiservice_viewer_role.yaml
2 changes: 2 additions & 0 deletions config/rbac/trustyaiservice_editor_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
app.kubernetes.io/created-by: trustyai-service-operator
app.kubernetes.io/part-of: trustyai-service-operator
app.kubernetes.io/managed-by: kustomize
rbac.authorization.k8s.io/aggregate-to-edit: "true"
rbac.authorization.k8s.io/aggregate-to-admin: "true"
name: trustyaiservice-editor-role
rules:
- apiGroups:
Expand Down
2 changes: 2 additions & 0 deletions config/rbac/trustyaiservice_viewer_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
app.kubernetes.io/created-by: trustyai-service-operator
app.kubernetes.io/part-of: trustyai-service-operator
app.kubernetes.io/managed-by: kustomize
rbac.authorization.k8s.io/aggregate-to-view: "true"
rbac.authorization.k8s.io/aggregate-to-admin: "true"
name: trustyaiservice-viewer-role
rules:
- apiGroups:
Expand Down

0 comments on commit 84b8b8c

Please sign in to comment.