mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 09:59:50 +00:00
23 lines
466 B
YAML
23 lines
466 B
YAML
---
|
|
# Source: reloader/templates/clusterrolebinding.yaml
|
|
|
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
labels:
|
|
app: reloader
|
|
chart: "reloader-v0.0.36"
|
|
release: "RELEASE-NAME"
|
|
heritage: "Tiller"
|
|
name: reloader-role-binding
|
|
namespace: default
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: reloader-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: reloader
|
|
namespace: default
|
|
|