Skip to content

Commit

Permalink
Add delivearble role to default
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Feb 5, 2024
1 parent 69a188b commit 61eac04
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions manifests/tap-setup.tanzu.japan.com/1.5.0/namespace/overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ spec:
#@ end
#@ end
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: default-deliverable
annotations:
kapp.k14s.io/change-group: "sa"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: deliverable
subjects:
- kind: ServiceAccount
name: default
---
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down

0 comments on commit 61eac04

Please sign in to comment.