4e7a5a3ce5
The Flux Helm Operator is included in the target cluster initinfra phase. Change-Id: Ia0b7b2badde0914504f309e9ea9e02055dd0f2cf
15 lines
299 B
YAML
15 lines
299 B
YAML
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
labels:
|
|
name: helm-operator
|
|
name: helm-operator
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: helm-operator
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: helm-operator
|
|
namespace: flux
|