*It is not a bug and it is the expected behaviour by doing the actions performed by you. *
You did not perform the expected test here.
*What was expected to be performed here?* - Install the operator - Then check if is possible to create/apply ONLY the MSS and or DB in another namespace. - You should not able to create the Service and/or its database in other namespace and it is what should be checked here.
*Why you see the error?*
You will see the errors regards the rules (RCBA) because of the cluster rule is specific for the mobile-security-service namespace. ( # Replace this with the namespace the operator is deployed in. namespace: mobile-security-service )
{code:java} kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: name: mobile-security-service-operator subjects: - kind: ServiceAccount name: mobile-security-service-operator # Replace this with the namespace the operator is deployed in. namespace: mobile-security-service roleRef: kind: ClusterRole name: mobile-security-service-operator apiGroup: rbac.authorization.k8s.io {code}
c/c [~lfitzgerald]
|
|