fix(work): the rabbitmq operator permissions expect to be in the namespace 'rabbitmq-system'

This commit is contained in:
David Landry 2024-09-12 15:32:59 -04:00
parent 148f8a0b9c
commit 2af1690a27
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ spec:
kind: "*"
description: playground for work projects
destinations:
- namespace: "work-*"
- namespace: "*" # Change back to 'work-*' after I finish testing the rabbitmq operators
server: "*"
namespaceResourceWhitelist:
- group: "*"