Skip to content

Commit

Permalink
chore: removed namespace (dapr#7271)
Browse files Browse the repository at this point in the history
Signed-off-by: syedsadath-17 <[email protected]>
  • Loading branch information
sadath-12 authored and JasonChen86899 committed Jun 18, 2024
1 parent 7de5463 commit 6df8f91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/config/dapr_tests_cluster_role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: dapr-secret-reader
namespace: dapr-tests
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: secret-reader
subjects:
- kind: ServiceAccount
name: default
namespace: dapr-tests

---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: secret-reader
namespace: dapr-tests
rules:
- apiGroups: [""]
resources: ["secrets"]
Expand Down

0 comments on commit 6df8f91

Please sign in to comment.