mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 17:44:44 +00:00
Add source-watcher to manifests
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
e4dcc4bd5f
commit
0a87ed5a42
6 changed files with 56 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ rules:
|
|||
- apiGroups: ['image.toolkit.fluxcd.io']
|
||||
resources: ['*']
|
||||
verbs: ['*']
|
||||
- apiGroups: ['source.extensions.fluxcd.io']
|
||||
resources: ['*']
|
||||
verbs: ['*']
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
|
@ -109,3 +112,6 @@ subjects:
|
|||
- kind: ServiceAccount
|
||||
name: image-automation-controller
|
||||
namespace: flux-system
|
||||
- kind: ServiceAccount
|
||||
name: source-watcher
|
||||
namespace: flux-system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue