Update minor version for tools (helm, busybox, registry etc...) (#5961)

This commit is contained in:
Florian Ruynat
2020-04-18 16:59:36 +02:00
committed by GitHub
parent 3134dd4c0d
commit 32fec3bb74
4 changed files with 11 additions and 13 deletions

View File

@@ -3,7 +3,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: local-path-provisioner-bind
namespace: {{ local_path_provisioner_namespace }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole

View File

@@ -3,7 +3,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: local-path-provisioner-role
namespace: {{ local_path_provisioner_namespace }}
rules:
- apiGroups: [""]
resources: ["nodes", "persistentvolumeclaims"]