Skip to content
Prev Previous commit
Next Next commit
Are there conventions for naming RBAC stuff?
  • Loading branch information
solsson committed Aug 2, 2017
commit f6c48e20cbfd825236e49c60114a228540c8d135
2 changes: 1 addition & 1 deletion 01rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rules:
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: pod-node-reader-kafka
name: kafka-pod-node-reader
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down