diff --git a/manifests/rolebinding.yaml b/manifests/rolebinding.yaml new file mode 100644 index 0000000..3c79a85 --- /dev/null +++ b/manifests/rolebinding.yaml @@ -0,0 +1,18 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: calibre-anyuid-working + namespace: calibre + labels: + app: calibre + app.kubernetes.io/instance: calibre + type: third-party +subjects: +- kind: ServiceAccount + name: calibre-sa + namespace: calibre +roleRef: + kind: ClusterRole + name: anyuid-scc-user + apiGroup: rbac.authorization.k8s.io \ No newline at end of file