mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
23 lines
475 B
YAML
23 lines
475 B
YAML
apiVersion: rabbitmq.com/v1beta1
|
|
kind: Permission
|
|
metadata:
|
|
generation: 1
|
|
name: example-rabbit
|
|
namespace: example-rabbit
|
|
spec:
|
|
permissions:
|
|
configure: .*
|
|
read: .*
|
|
write: .*
|
|
rabbitmqClusterReference:
|
|
name: example-rabbit
|
|
namespace: exmple-rabbit
|
|
user: example_user
|
|
vhost: /
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: 2025-02-24T17:51:10Z
|
|
reason: FailedCreateOrUpdate
|
|
status: "False"
|
|
type: Ready
|
|
observedGeneration: 1
|