Skip to content

Commit

Permalink
fixup?
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Aug 6, 2023
1 parent 3dbc5df commit 5571753
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ spec:
metadata:
type: object
spec:
description: ProtectedServicesSpec defines the desired state of ProtectedServices
description: ProtectedServiceSpec defines the desired state of ProtectedService
properties:
name:
type: string
type: object
status:
description: ProtectedServiceStatus defines the observed state of ProtectedServices
description: ProtectedServiceStatus defines the observed state of ProtectedService
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ rules:
- apiGroups:
- k8s.otterize.com
resources:
- protectedservice
- protectedservices
verbs:
- create
- delete
Expand All @@ -133,13 +133,13 @@ rules:
- apiGroups:
- k8s.otterize.com
resources:
- protectedservice/finalizers
- protectedservices/finalizers
verbs:
- update
- apiGroups:
- k8s.otterize.com
resources:
- protectedservice/status
- protectedservices/status
verbs:
- get
- patch
Expand Down

0 comments on commit 5571753

Please sign in to comment.