Skip to content

Instantly share code, notes, and snippets.

@p-le
Last active September 28, 2020 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p-le/6acba84b97169492e712cc364a1eb203 to your computer and use it in GitHub Desktop.
Save p-le/6acba84b97169492e712cc364a1eb203 to your computer and use it in GitHub Desktop.
k3d + vagrant + rabbitmq role.yaml
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: rabbitmq
rules:
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["get"]
- apiGroups: [""]
resources: ["events"]
verbs: ["create"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment