ansible-role-k8s-storage/files/local-path/ClusterRoleBinding.yml
Adrien Reslinger 74333953a8
All checks were successful
continuous-integration/drone/push Build is passing
Deploy local-path with helm
2021-02-21 16:34:38 +01:00

15 lines
417 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
app.kubernetes.io/instance: local-path-provisioner
app.kubernetes.io/name: local-path-provisioner
name: local-path-provisioner
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: local-path-provisioner
subjects:
- kind: ServiceAccount
name: local-path-provisioner
namespace: local-path-storage