fix(work): the rabbitmq operator permissions expect to be in the namespace 'rabbitmq-system'
This commit is contained in:
parent
148f8a0b9c
commit
2af1690a27
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: work-rabbitmq-system
|
||||
namespace: rabbitmq-system
|
||||
resources:
|
||||
- ../upstream/cluster-operator
|
||||
- ../upstream/message-topology-operator
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ metadata:
|
|||
app.kubernetes.io/component: rabbitmq-operator
|
||||
app.kubernetes.io/name: rabbitmq-system
|
||||
app.kubernetes.io/part-of: rabbitmq
|
||||
name: work-rabbitmq-system
|
||||
name: rabbitmq-system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue