Skip to content

Commit

Permalink
added missing namespace configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Martinoli <[email protected]>
  • Loading branch information
dmartinol committed Oct 14, 2024
1 parent 9d2831c commit 9306eb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/rbac-remote/server/k8s/server_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: feast-role
namespace: feast-dev
rules:
- apiGroups: ["rbac.authorization.k8s.io"]
resources: ["roles", "rolebindings"]
Expand All @@ -17,6 +18,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: feast-rolebinding
namespace: feast-dev
subjects:
- kind: ServiceAccount
name: feast-sa
Expand Down

0 comments on commit 9306eb7

Please sign in to comment.