Skip to content

Commit

Permalink
Merge pull request #21 from rmb938/adminsionv1
Browse files Browse the repository at this point in the history
need to update leaderelection role
  • Loading branch information
rmb938 authored Jan 7, 2023
2 parents c46b287 + 2b7915e commit e68f60f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config/rbac/leader_election_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ metadata:
name: leader-election-role
rules:
- apiGroups:
- ""
- "coordination.k8s.io"
resources:
- configmaps
- leases
verbs:
- get
- list
Expand All @@ -17,9 +17,9 @@ rules:
- patch
- delete
- apiGroups:
- ""
- "coordination.k8s.io"
resources:
- configmaps/status
- leases/status
verbs:
- get
- update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ metadata:
{{- include "hostport-allocator.labels" . | nindent 4 }}
rules:
- apiGroups:
- ""
- "coordination.k8s.io"
resources:
- configmaps
- leases
verbs:
- get
- list
Expand All @@ -20,9 +20,9 @@ rules:
- patch
- delete
- apiGroups:
- ""
- "coordination.k8s.io"
resources:
- configmaps/status
- leases/status
verbs:
- get
- update
Expand Down

0 comments on commit e68f60f

Please sign in to comment.