Skip to content

Commit

Permalink
Fix 403 namespace status
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Karakaya <[email protected]>
  • Loading branch information
TheYkk committed Feb 13, 2021
1 parent 5f22b9d commit 8686bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rules:
resources: [events]
verbs: [create]
- apiGroups: [""]
resources: ["namespaces", "pods", "replicasets"]
resources: ["namespaces", "pods", "replicasets", "namespaces/status"]
verbs: ["*"]
---
kind: ClusterRoleBinding
Expand Down

0 comments on commit 8686bf8

Please sign in to comment.