diff --git a/intents-operator/crds/protectedservices-customresourcedefinition.yaml b/intents-operator/crds/protectedservices-customresourcedefinition.yaml index 8a97fb03..668ed3ab 100644 --- a/intents-operator/crds/protectedservices-customresourcedefinition.yaml +++ b/intents-operator/crds/protectedservices-customresourcedefinition.yaml @@ -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 diff --git a/intents-operator/templates/intents-operator-manager-clusterrole.yaml b/intents-operator/templates/intents-operator-manager-clusterrole.yaml index a085a95d..b175303e 100644 --- a/intents-operator/templates/intents-operator-manager-clusterrole.yaml +++ b/intents-operator/templates/intents-operator-manager-clusterrole.yaml @@ -121,7 +121,7 @@ rules: - apiGroups: - k8s.otterize.com resources: - - protectedservice + - protectedservices verbs: - create - delete @@ -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