Skip to content

Commit

Permalink
fix capitalized namespace attribute
Browse files Browse the repository at this point in the history
fix capitalized namespace attribute that cause manifest failed to apply
  • Loading branch information
naufalafif authored Jun 5, 2022
1 parent f020764 commit ca4a3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/id/docs/reference/access-authn-authz/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ untuk memberikan akses baca pada {{< glossary_tooltip text="Pod" term_id="pod" >
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Namespace: default
namespace: default
name: pod-reader
rules:
- apiGroups: [""] # "" mengindikasikan grup API inti
Expand Down

0 comments on commit ca4a3f6

Please sign in to comment.