This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/goldilocks/controller/clusterrolebinding.yaml
Tobias Brunner 1730b7ee37
All checks were successful
continuous-integration/drone/push Build is passing
install goldilocks
2020-06-29 20:47:31 +02:00

16 lines
335 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: goldilocks-controller
labels:
app: goldilocks
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: goldilocks-controller
subjects:
- kind: ServiceAccount
name: goldilocks-controller
namespace: goldilocks