Skip to content

Commit

Permalink
Add example manifest for creating users
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed Mar 8, 2021
1 parent ae8af0c commit b178be9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/examples/users/user.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: rabbitmq.com/v1alpha1
kind: User
metadata:
name: user-sample
spec:
name: test-user # name of the user
tags:
- management # available tags are 'management', 'policymaker', 'monitoring' and 'administrator'
rabbitmqClusterReference:
name: test
namespace: rabbitmq-system

0 comments on commit b178be9

Please sign in to comment.