kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
  name: psp:netchecker-agent-hostnet
  namespace: {{ netcheck_namespace }}
subjects:
  - kind: ServiceAccount
    name: netchecker-agent
    namespace: {{ netcheck_namespace }}
roleRef:
  kind: ClusterRole
  name: psp:netchecker-agent-hostnet
  apiGroup: rbac.authorization.k8s.io