The operator namespace is ANY namespace where it is applied.
*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]
|
|