# permissions for end users to edit helmcharts. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: helmchart-editor-role rules: - apiGroups: - source.toolkit.fluxcd.io resources: - helmcharts verbs: - create - delete - get - list - patch - update - watch - apiGroups: - source.toolkit.fluxcd.io resources: - helmcharts/status verbs: - get