Skip to content

Commit

Permalink
remove hardcoded namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Sep 12, 2024
1 parent 4e6c1c8 commit af1d9d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion kube/services/funnel/funnel-role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: funnel-rolebinding
namespace: default
subjects:
- kind: ServiceAccount
name: funnel-sa
Expand Down
1 change: 0 additions & 1 deletion kube/services/funnel/funnel-role.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
namespace: default
name: funnel-role
rules:
- apiGroups: [""]
Expand Down

0 comments on commit af1d9d2

Please sign in to comment.