mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-28 22:28:50 +00:00
manifests: add cluster reconciler RBAC and SA
This commit is contained in:
parent
58c096e7c0
commit
b9a8100dbb
4 changed files with 18 additions and 13 deletions
8
manifests/bases/kustomize-controller/patch.yaml
Normal file
8
manifests/bases/kustomize-controller/patch.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: kustomize-controller
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
serviceAccountName: cluster-reconciler
|
||||
Loading…
Add table
Add a link
Reference in a new issue