Skip to content

Commit

Permalink
ProtectedServices -> ProtectedService part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Aug 6, 2023
1 parent e9338cc commit 6fa0c10
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ rules:
- apiGroups:
- k8s.otterize.com
resources:
- protectedservices
- protectedservice
verbs:
- create
- delete
Expand All @@ -133,13 +133,13 @@ rules:
- apiGroups:
- k8s.otterize.com
resources:
- protectedservices/finalizers
- protectedservice/finalizers
verbs:
- update
- apiGroups:
- k8s.otterize.com
resources:
- protectedservices/status
- protectedservice/status
verbs:
- get
- patch
Expand Down

0 comments on commit 6fa0c10

Please sign in to comment.