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.

13 lines
350 B

  1. kind: RoleBinding
  2. apiVersion: rbac.authorization.k8s.io/v1
  3. metadata:
  4. name: psp:netchecker-agent-hostnet
  5. namespace: {{ netcheck_namespace }}
  6. subjects:
  7. - kind: ServiceAccount
  8. name: netchecker-agent
  9. namespace: {{ netcheck_namespace }}
  10. roleRef:
  11. kind: ClusterRole
  12. name: psp:netchecker-agent-hostnet
  13. apiGroup: rbac.authorization.k8s.io