Skip to content

Commit

Permalink
Add namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Somtochi Onyekwere <[email protected]>
  • Loading branch information
somtochiama committed Jun 8, 2021
1 parent 8f053c8 commit dfb22bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/testdata/user-impersonation/new-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: user-impersonation
namespace: kustomize-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -93,4 +94,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: user-impersonation
namespace: flux-system
namespace: kustomize-system

0 comments on commit dfb22bd

Please sign in to comment.