Skip to content

Commit

Permalink
Use consistent format for verbs (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstanton authored Jan 24, 2023
1 parent c4772c7 commit d1606f7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions coredb-operator/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ metadata:
rules:
- apiGroups: ["coredb.io"]
resources: ["coredbs", "coredbs/status"]
verbs:
- get
- watch
- list
- patch
verbs: ["get", "list", "watch", "patch"]
- apiGroups: ["events.k8s.io"]
resources: ["events"]
verbs: ["create"]
Expand Down

0 comments on commit d1606f7

Please sign in to comment.