From 664c7d8ad649ae8c3ba5e68eaf0e3018ffae664a Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Tue, 26 Apr 2022 16:08:36 -0300 Subject: [PATCH] Missing object separtion in yaml file --- charts/pv-resizer/v0.1.0/templates/rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pv-resizer/v0.1.0/templates/rbac.yaml b/charts/pv-resizer/v0.1.0/templates/rbac.yaml index 1c702e7..6f613cc 100644 --- a/charts/pv-resizer/v0.1.0/templates/rbac.yaml +++ b/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