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/180f70855567032ff690e84c6188b5e1 to your computer and use it in GitHub Desktop.
Save p-le/180f70855567032ff690e84c6188b5e1 to your computer and use it in GitHub Desktop.
k3d + vagrant + rabbitmq role_binding.yaml
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: rabbitmq
subjects:
- kind: ServiceAccount
name: rabbitmq
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: rabbitmq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment