Browse Source

Fix issue with ClusterRoleBinding

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

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

@ -27,7 +27,7 @@ metadata:
{{- include "pv-resizer.labels" . | nindent 4 }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
kind: ClusterRole
name: {{ .Release.Name }}-role
subjects:
- kind: ServiceAccount

Loading…
Cancel
Save