airshipctl/manifests/function/helm-operator/rbac/role.yaml
Sean Eagan 4e7a5a3ce5 [#177] Add Flux Helm Operator manifests
The Flux Helm Operator is included in the target cluster initinfra phase.

Change-Id: Ia0b7b2badde0914504f309e9ea9e02055dd0f2cf
2020-08-19 21:34:32 +00:00

18 lines
240 B
YAML

apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole
metadata:
labels:
name: helm-operator
name: helm-operator
rules:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- '*'
- nonResourceURLs:
- '*'
verbs:
- '*'