fix capitalized namespace attribute
fix capitalized namespace attribute that cause manifest failed to apply
This commit is contained in:
parent
f0207644b6
commit
ca4a3f6bae
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue