You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
320 B

  1. ---
  2. kind: ClusterRoleBinding
  3. apiVersion: rbac.authorization.k8s.io/v1beta1
  4. metadata:
  5. name: dnsmasq
  6. namespace: "{{ system_namespace }}"
  7. subjects:
  8. - kind: ServiceAccount
  9. name: dnsmasq
  10. namespace: "{{ system_namespace}}"
  11. roleRef:
  12. kind: ClusterRole
  13. name: cluster-admin
  14. apiGroup: rbac.authorization.k8s.io