Browse Source

Missing object separtion in yaml file

master
Fábio Kaiser Rauber 3 years ago
parent
commit
664c7d8ad6
  1. 2
      charts/pv-resizer/v0.1.0/templates/rbac.yaml

2
charts/pv-resizer/v0.1.0/templates/rbac.yaml

@ -17,7 +17,7 @@ rules:
- persistentvolumeclaims
verbs: ["get", "list", "patch", "update"]
---
# We bind the role to the pv-resizer ServiceAccount
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding

Loading…
Cancel
Save