Skip to content

Commit

Permalink
fix error in docs
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Luitjens <[email protected]>
  • Loading branch information
sotojn and busma13 authored Nov 8, 2024
1 parent 9c2bbfc commit e86253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/clustering-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: teraslice-master-role-<namespace>
namespace: ts-<namespace>
namespace: <namespace>
rules:
- apiGroups: [""] # Core API group for resources like pods, configmaps
resources: ["pods", "configmaps", "services"]
Expand Down

0 comments on commit e86253f

Please sign in to comment.