Skip to content

Commit

Permalink
fix(manifests): Add missing RoleBinding file (argoproj#899)
Browse files Browse the repository at this point in the history
Signed-off-by: tdongsi <[email protected]>
Signed-off-by: Jesse Suen <[email protected]>

Co-authored-by: Cuong Dong-Si <[email protected]>
Co-authored-by: tdongsi <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2020
1 parent 7e575fd commit 72ea17d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14996,6 +14996,22 @@ rules:
- update
- patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
labels:
app.kubernetes.io/component: rollouts-controller
app.kubernetes.io/name: argo-rollouts-role-binding
app.kubernetes.io/part-of: argo-rollouts
name: argo-rollouts-role-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: argo-rollouts-role
subjects:
- kind: ServiceAccount
name: argo-rollouts
---
apiVersion: v1
kind: Service
metadata:
Expand Down
5 changes: 4 additions & 1 deletion manifests/namespace-install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ bases:
- ../base
- ../role

resources:
- argo-rollouts-rolebinding.yaml

patchesStrategicMerge:
- add-namespaced-flag.yaml

Expand All @@ -15,4 +18,4 @@ patchesJson6902:
group: rbac.authorization.k8s.io
kind: ClusterRole
name: argo-rollouts-clusterrole
version: v1
version: v1

0 comments on commit 72ea17d

Please sign in to comment.